Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler::handle PHP Method

handle() abstract protected method

Handles an Exception thrown while rendering TypoScript
abstract protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
return string
    protected abstract function handle($typoScriptPath, \Exception $exception, $referenceCode);