Handler
class Handler extends Handler
Properties
protected array | $dontReport | A list of the exception types that are not reported. | |
protected array | $dontFlash | A list of the inputs that are never flashed for validation exceptions. |
Methods
Response
unauthenticated(Request $request, AuthenticationException $exception)
Convert an authentication exception into an unauthenticated response.
SymfonyResponse
Details
at line 37
mixed|void
report(Exception $exception)
at line 49
Response
render(Request $request, Exception $exception)
Render an exception into an HTTP response.
at line 71
protected Response
unauthenticated(Request $request, AuthenticationException $exception)
Convert an authentication exception into an unauthenticated response.
at line 87
protected SymfonyResponse
renderExceptionAsJson($request, Exception $exception)
Render an exception into a JSON response