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

nexeck/kohana-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();});

About

Kohana Error Handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages