ErrorControllerIntercepts all exceptions. (Not yet implemented)
Located in /application/controllers/ErrorController.php (line 17)
Zend_Controller_Action | --ErrorController
errorAction() is the action that will be called by the "ErrorHandler"
plugin. When an error/exception has been encountered in a ZF MVC application (assuming the ErrorHandler has not been disabled in your bootstrap) - the Errorhandler will set the next dispatchable action to come here. This is the "default" module, "error" controller, specifically, the "error" action. These options are configurable.
Documentation generated on Fri, 27 Mar 2009 13:48:34 +0000 by phpDocumentor 1.4.1