cakephp2-php8/lib/Cake/Error
mark_story 2ba117eeda Handle MissingViewExceptions better.
When Router::parseExtensions() is enabled for a file extension
that does not map to a view an infinite loop of attempting to render
View/$ext/error500.ctp will be entered. When catching
a MissingViewException check if we were trying to render an
error500. If we were, revert to safe rendering as we might enter a loop.
2012-12-27 20:58:49 -05:00
..
ErrorHandler.php Revert "Merge pull request #937 from bar/master-controlelr-test" 2012-11-03 21:54:00 +05:30
ExceptionRenderer.php Handle MissingViewExceptions better. 2012-12-27 20:58:49 -05:00
exceptions.php fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00