Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler::exceptionDisablesCache PHP Method

exceptionDisablesCache() protected method

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
return boolean
    protected function exceptionDisablesCache($typoScriptPath, \Exception $exception)
    {
        return false;
    }