PHP Class Neos\Fusion\Core\ExceptionHandlers\ContextDependentHandler

Inheritance: extends AbstractRenderingExceptionHandler
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$environment Neos\Flow\Utility\Environment

Protected Methods

Method Description
handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string Handle an exception depending on the context with an HTML message or XML comment

Method Details

handle() protected method

Handle an exception depending on the context with an HTML message or XML comment
protected handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath array path causing the exception
$exception Exception exception to handle
$referenceCode integer
return string

Property Details

$environment protected property

protected Environment,Neos\Flow\Utility $environment
return Neos\Flow\Utility\Environment