Skip to content

lithium library that reports php errors back to airbrake.io webservice

Notifications You must be signed in to change notification settings

bruensicke/li3_airbrake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

li3_airbrake

lithium library that reports php errors back to airbrake.io webservice

Installation

Add a submodule to your li3 libraries:

git submodule add [email protected]:bruensicke/li3_airbrake.git libraries/li3_airbrake

and activate it in you app (config/bootstrap/libraries.php), of course:

Libraries::add('li3_airbrake');

Usage

Just throw Exception like there is no morning. Do not forget to insert meaningful messages. Do not forget to create useful and well namedd Exception classes on your own, like this:

class AppException extends Exception {

}

Credits

About

lithium library that reports php errors back to airbrake.io webservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published