PHP Класс Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler

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

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

Свойство Тип Описание
$systemLogger Neos\Flow\Log\SystemLoggerInterface

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

Метод Описание
exceptionDisablesCache ( string $typoScriptPath, Exception $exception ) : boolean The absorbing handler is meant to catch loose evaluation errors (like missing assets) in a useful way, therefor caching is desired.
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Returns an empty string

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

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

The absorbing handler is meant to catch loose evaluation errors (like missing assets) in a useful way, therefor caching is desired.
protected exceptionDisablesCache ( string $typoScriptPath, Exception $exception ) : boolean
$typoScriptPath string
$exception Exception
Результат boolean

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

Returns an empty string
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
Результат string

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

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

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Результат Neos\Flow\Log\SystemLoggerInterface