Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 946 Bytes

Readme.md

File metadata and controls

28 lines (19 loc) · 946 Bytes

Errors

Error Handling module for Kohana 3.2

Authors

Description

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.

Requirements

Installation

  1. Add the following lines to bootstrap.php before the call to Kohana::init() register_shutdown_function(function(){Error::shutdown_handler();});