resources.frontController.throwExceptions=1 does not generate exceptions
- by snovo
I'm setting resources.frontController.throwExceptions = 1 (or true) in my application.ini but that doesn't seem to force the FrontController to throw exceptions. I can see exceptions (output on the webpage) when I explicitly set 'protected $_throwExceptions = true;' in Front.php in Zend library.
Any idea why the config setting doesn't work?