프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$dontReport | array | A list of the exception types that should not be reported. |
메소드 | 설명 | |
---|---|---|
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. |
public render ( Illuminate\Http\Request $request, Exception $e ) : Illuminate\Http\Response | ||
$request | Illuminate\Http\Request | |
$e | Exception | |
리턴 | Illuminate\Http\Response |
protected array $dontReport | ||
리턴 | array |