프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$dontReport | array | A list of the exception types that should not be reported. |
메소드 | 설명 | |
---|---|---|
render ( Illuminate\Http\Request $request, Exception $exception ) : Illuminate\Http\Response | Render an exception into an HTTP response. | |
report ( Exception $exception ) | Report or log an exception. |
메소드 | 설명 | |
---|---|---|
isSafeToWhoops ( Exception $exception ) : boolean | Don't allow the exceptions which laravel handles specially to be converted to Whoops This is horrible though, see if we can find a better way to do it. | |
renderExceptionWithWhoops ( Illuminate\Http\Request $request, Exception $exception ) : Illuminate\Http\Response | Render an exception using Whoops. |
protected isSafeToWhoops ( Exception $exception ) : boolean | ||
$exception | Exception | |
리턴 | boolean |
public render ( Illuminate\Http\Request $request, Exception $exception ) : Illuminate\Http\Response | ||
$request | Illuminate\Http\Request | |
$exception | Exception | |
리턴 | Illuminate\Http\Response |
protected renderExceptionWithWhoops ( Illuminate\Http\Request $request, Exception $exception ) : Illuminate\Http\Response | ||
$request | Illuminate\Http\Request | |
$exception | Exception | |
리턴 | Illuminate\Http\Response |
public report ( Exception $exception ) | ||
$exception | Exception |
protected array $dontReport | ||
리턴 | array |