Neos\Fusion\Core\ExceptionHandlers\BubblingHandler::handle PHP Méthode

handle() protected méthode

Handles an Exception thrown while rendering TypoScript
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : void
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
Résultat void
    protected function handle($typoScriptPath, \Exception $exception, $referenceCode)
    {
        // nothing to be done here, as this method is normally called in "handleRenderingException()", which was overridden above.
    }