Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 671 Bytes

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