PHP Class Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler

Inheritance: extends AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Méthodes protégées

Méthode Description
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

Method Details

exceptionDisablesCache() protected méthode

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
Résultat boolean

handle() protected méthode

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
Résultat string

Property Details

$systemLogger protected_oe property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Résultat Neos\Flow\Log\SystemLoggerInterface