Caution: The documentation you are viewing is
for an older version of Zend Framework.
You can find the documentation of the current version at:
https://docs.zendframework.com/
Basic usage - Zend_Exception
Zend_Exception is the base class for all exceptions thrown by Zend Framework. This class extends the base Exception class of PHP.
Example #1 Catch all Zend Framework exceptions
Example #2 Catch exceptions thrown by a specific component of Zend Framework