PHP Class AcExceptionsHandler

Inheritance: extends Orchestra\Testbench\Exceptions\Handler
Afficher le fichier Open project: efficiently/authority-controller

Méthodes publiques

Méthode Description
report ( Exception $e ) : void Report or log an exception.

Method Details

report() public méthode

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