$dontFlash $dontFlash : array A list of the inputs that are never flashed for validation exceptions. Type array
report() report(\Exception $exception) : void Report or log an exception. This is a great spot to send exceptions to Sentry, Bugsnag, etc. Parameters \Exception $exception
render() render(\Illuminate\Http\Request $request, \Exception $exception) : \Illuminate\Http\Response Render an exception into an HTTP response. Parameters \Illuminate\Http\Request $request \Exception $exception Returns \Illuminate\Http\Response