Fixing incorrect doc blocks regarding error handler.

This commit is contained in:
Majna 2011-10-23 21:55:20 +02:00
parent 205d75587c
commit a9dbde0cbd
4 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@
* - `handler` - callback - The callback to handle exceptions. You can set this to any callback type,
* including anonymous functions.
* - `renderer` - string - The class responsible for rendering uncaught exceptions. If you choose a custom class you
* should place the file for that class in app/Error. This class needs to implement a render method.
* should place the file for that class in app/Lib/Error. This class needs to implement a render method.
* - `log` - boolean - Should Exceptions be logged?
*
* @see ErrorHandler for more information on exception handling and configuration.