cakephp2-php8/cake/libs/error
mark_story 44c080d5ad Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
2010-12-11 19:26:10 -05:00
..
error_handler.php Adding stack traces to logged exceptions, as I forgot them last time around. 2010-12-11 12:47:16 -05:00
exception_renderer.php Making unknown errors with codes higher than 500 render as error500. 2010-12-11 13:30:29 -05:00
exceptions.php Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch. 2010-12-11 19:26:10 -05:00