framework\exceptions\Handler::report PHP Method

report() public method

This is a great spot to send exceptions to Sentry, Bugsnag, etc.
public report ( Exception $exception ) : void
$exception Exception
return void
    public function report(Exception $exception)
    {
        parent::report($exception);
    }