Error Handler plugin doesn't catch dispatcher exceptions...
I'm using The error handler plugin with a controller ErrorController and an action errorAction as the manual example. The problem is that it renders my 404.phtml view script only for Zend_Controller_Action exceptions (so non existant actions) and not for the dispatcher class exceptions (so controller not found.). When it encounter a dispatcher exception (controller not found) the framework outputs only the top section of my layout with no content or bottom section....why?
|