Handler
class Handler extends Handler
Properties
protected array | $dontReport | A list of the exception types that should not be reported. |
Methods
Response
unauthenticated(Request $request, AuthenticationException $exception)
Convert an authentication exception into an unauthenticated response.
Details
at line 34
void
report(Exception $exception)
Report or log an exception.
This is a great spot to send exceptions to Sentry, Bugsnag, etc.
at line 47
Response
render(Request $request, Exception $exception)
Render an exception into an HTTP response.
at line 60
protected Response
unauthenticated(Request $request, AuthenticationException $exception)
Convert an authentication exception into an unauthenticated response.