Property | Type | Description | |
---|---|---|---|
$dontReport | array | A list of the exception types that should not be reported. |
Method | Description | |
---|---|---|
render ( Illuminate\Http\Request $request, Exception $e ) : Illuminate\Http\Response | Render an exception into an HTTP response. | |
report ( Exception $e ) : void | Report or log an exception. |
Method | Description | |
---|---|---|
handle ( Request $request, Exception $e ) : JSONResponse | Convert the Exception into a JSON HTTP Response |
public render ( Illuminate\Http\Request $request, Exception $e ) : Illuminate\Http\Response | ||
$request | Illuminate\Http\Request | |
$e | Exception | |
return | Illuminate\Http\Response |
protected array $dontReport | ||
return | array |