Skip to content

Instantly share code, notes, and snippets.

View mauriciovillalobos's full-sized avatar

Mauricio Villalobos mauriciovillalobos

View GitHub Profile
@mauriciovillalobos
mauriciovillalobos / config\bootstrap.php
Created December 8, 2016 21:33
Airbrake integration for CakePHP 3.x - To keep the CakePHP error flow.
<?php
// ...
use App\Error\AirbrakeHandler;
// ...
/**
* Register application error and exception handlers.