PHP Класс Neos\Flow\Error\ProductionExceptionHandler

Наследование: extends AbstractExceptionHandler
Показать файл Открыть проект

Защищенные методы

Метод Описание
echoExceptionWeb ( object $exception ) : void Echoes an exception for the web.
renderStatically ( integer $statusCode, string $referenceCode ) : string Returns the statically rendered exception message

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

echoExceptionWeb() защищенный Метод

Echoes an exception for the web.
protected echoExceptionWeb ( object $exception ) : void
$exception object \Exception or \Throwable
Результат void

renderStatically() защищенный Метод

Returns the statically rendered exception message
protected renderStatically ( integer $statusCode, string $referenceCode ) : string
$statusCode integer
$referenceCode string
Результат string