Error Handling module for Kohana 3.2
- Module Version: 0.1.0
- Module URL: https://github.com/fo3-nik5/mbeck-errors
- Compatible Kohana Version(s): 3.2
- Its a modified Version from Synapse Studios Error Module
The Error module allows customization of error handling by overriding Kohana's default exception handler. With the module you can configure options for logging, emailing, and displaying errors. You can also use different configuration settings for specific types of errors or exceptions.
- Email Module or any other Email Module
- Hint Module
- PHP 5.3+
- Add the following lines to bootstrap.php before the call to Kohana::init() register_shutdown_function(function(){Error::shutdown_handler();});