|
|
All exceptions thrown by Zend Framework classes should throw an exception that derives from the base class Zend_Exception.
Example #1 Example of catching an exception
getMessage() . "\n";
// other code to recover from the failure.
}
See the documentation for each respective Zend Framework component for more specific information on which methods throw exceptions, the circumstances for the exceptions, and which exception classes derive from Zend_Exception.
|
|
Copyright © 2005-2011 Zend Technologies Inc (compiled by mikaelkael with ZFDocumentor - SVN 12849).

