framework\exceptions\Handler::report PHP 메소드

report() 공개 메소드

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