PHP Class Neos\Fusion\Core\ExceptionHandlers\ContextDependentHandler

Inheritance: extends AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$environment Neos\Flow\Utility\Environment

Méthodes protégées

Méthode 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 méthode

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
Résultat string

Property Details

$environment protected_oe property

protected Environment,Neos\Flow\Utility $environment
Résultat Neos\Flow\Utility\Environment