Skip to content

Commit

Permalink
Update app/Config to include all options.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 20, 2013
1 parent 263ac6c commit 660e0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/Config/error.php
Expand Up @@ -32,6 +32,7 @@
* - `errorLevel` - int - The level of errors you are interested in capturing. * - `errorLevel` - int - The level of errors you are interested in capturing.
* - `trace` - boolean - Whether or not backtraces should be included in * - `trace` - boolean - Whether or not backtraces should be included in
* logged errors/exceptions. * logged errors/exceptions.
* - `log` - boolean - Whether or not you want exceptions logged.
* - `exceptionRenderer` - string - The class responsible for rendering * - `exceptionRenderer` - string - The class responsible for rendering
* uncaught exceptions. If you choose a custom class you should place * uncaught exceptions. If you choose a custom class you should place
* the file for that class in app/Lib/Error. This class needs to implement a render method. * the file for that class in app/Lib/Error. This class needs to implement a render method.
Expand Down

0 comments on commit 660e0fc

Please sign in to comment.