PHP 클래스 Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler

상속: extends AbstractRenderingExceptionHandler
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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