When I throw an exception(e.g throw new Zend_Exception('You are not allowed',403);) in Action Helper, ErrorHandler won't catch it. I got Fatal error: Uncaught exception 'Zend_Exception' with message 'You are not allowed' in...
I've also set up throwExceptions = false in frontController.
How to catch exceptions in Action Controller?