The ErrorHandler plugin is not designed to detect errors in plugins or helpers: it is designed to detect errors that occur in the postDispatch() event postDispatch() , and therefore is more suitable for detecting errors in your MVC.
This is by design. You should probably not exclude exceptions from the controller assistants and action assistants, and use βmanualβ error handling instead.
source share