Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler::handle PHP 메소드

handle() 보호된 메소드

Handles an Exception thrown while rendering TypoScript
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
리턴 string
    protected function handle($typoScriptPath, \Exception $exception, $referenceCode)
    {
    }