cakephp2-php8/lib/Cake/Error
mark_story 3e2f8ddf98 CakeException subclasses render correctly now.
CakeException subclasses without their own view files, would trigger
a MissingViewException, which would result in no application helpers
being used.  This could cause issues when app helpers are used
in the layout.

Instead a error500 template is rendered using app helpers.

Fixes #2274, fixes #2004
2011-11-19 20:25:20 -05:00
..
ErrorHandler.php Fixing incorrect doc blocks regarding error handler. 2011-10-23 21:55:20 +02:00
ExceptionRenderer.php CakeException subclasses render correctly now. 2011-11-19 20:25:20 -05:00
exceptions.php Fixing incorrect doc blocks regarding error handler. 2011-10-23 21:55:20 +02:00