$dontReport
$dontReport : array
A list of the exception types that should not be reported.
unauthenticated(\Illuminate\Http\Request $request, \Illuminate\Auth\AuthenticationException $exception) : \Illuminate\Http\Response
Convert an authentication exception into an unauthenticated response.
\Illuminate\Http\Request | $request | |
\Illuminate\Auth\AuthenticationException | $exception |