Свойство | Тип | Описание | |
---|---|---|---|
$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 |