PHP Class AcExceptionsHandler

Inheritance: extends Orchestra\Testbench\Exceptions\Handler
Show file Open project: efficiently/authority-controller

Public Methods

Method Description
report ( Exception $e ) : void Report or log an exception.

Method Details

report() public method

This is a great spot to send exceptions to Sentry, Bugsnag, etc.
public report ( Exception $e ) : void
$e Exception
return void