Skip to content

Commit

Permalink
More documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 26, 2010
1 parent 04d3feb commit 1cffea3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cake/libs/error_handler.php
Expand Up @@ -21,7 +21,9 @@
*/

/**
* Error Handler.
* Error Handler provides basic error and exception handling for your application.
*
* ### Uncaught exception handling
*
* Captures and handles all unhandled exceptions. Displays helpful framework errors when debug > 1.
* When debug < 1 a CakeException will render 404 or 500 errors. If an uncaught exception is thrown
Expand All @@ -31,6 +33,7 @@
*
* You can implement application specific exception handling in one of a few ways:
*
* - Set Configure::write('Exception.handler', 'YourClass::yourMethod');
* - Create a AppController::appError();
* - Create an AppError class.
*
Expand Down Expand Up @@ -63,6 +66,7 @@
*
* @package cake
* @subpackage cake.cake.libs
* @see ExceptionRenderer for more information on how to customize exception rendering.
*/
class ErrorHandler {

Expand Down

0 comments on commit 1cffea3

Please sign in to comment.