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

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

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

Метод Описание
echoExceptionWeb ( object $exception ) : void Formats and echoes the exception as XHTML.
renderStatically ( integer $statusCode, object $exception ) : void Returns the statically rendered exception message

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

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

Formats and echoes the exception as XHTML.
protected echoExceptionWeb ( object $exception ) : void
$exception object \Exception or \Throwable
Результат void

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

Returns the statically rendered exception message
protected renderStatically ( integer $statusCode, object $exception ) : void
$statusCode integer
$exception object \Exception or \Throwable
Результат void