resources.frontController.throwExceptions=1 does not generate exceptions

Posted by snovo on Stack Overflow See other posts from Stack Overflow or by snovo
Published on 2010-03-26T19:51:39Z Indexed on 2010/03/29 15:13 UTC
Read the original article Hit count: 334

Filed under:

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?

© Stack Overflow or respective owner

Related posts about zend-framework