PHP Класс Owl\Exceptions\Handler

Наследование: extends Illuminate\Foundation\Exceptions\Handler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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 ) Report or log an exception.

Описание методов

render() публичный Метод

Render an exception into an HTTP response.
public render ( Illuminate\Http\Request $request, Exception $e ) : Illuminate\Http\Response
$request Illuminate\Http\Request
$e Exception
Результат Illuminate\Http\Response

report() публичный Метод

This is a great spot to send exceptions to Sentry, Bugsnag, etc.
public report ( Exception $e )
$e Exception

Описание свойств

$dontReport защищенное свойство

A list of the exception types that should not be reported.
protected array $dontReport
Результат array