Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler::handleRenderingException PHP Method

handleRenderingException() public method

Handle an Exception thrown while rendering TypoScript
public handleRenderingException ( array $typoScriptPath, Exception $exception ) : string
$typoScriptPath array
$exception Exception
return string
    public function handleRenderingException($typoScriptPath, \Exception $exception)
    {
        throw $exception;
    }