Property | Type | Description | |
---|---|---|---|
$contentElementWrappingService | |||
$environment | |||
$privilegeManager | Neos\Flow\Security\Authorization\PrivilegeManagerInterface | ||
$systemLogger | Neos\Flow\Log\SystemLoggerInterface |
Method | Description | |
---|---|---|
getMessage ( Exception $exception, $referenceCode ) : string | appends the given reference code to the exception's message unless it is unset | |
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string | renders the exception to nice html content element to display, edit, remove, . |
protected getMessage ( Exception $exception, $referenceCode ) : string | ||
$exception | Exception | |
$referenceCode | ||
return | string |
protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService | ||
return |
protected Environment,Neos\Flow\Utility $environment | ||
return |
protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager | ||
return | Neos\Flow\Security\Authorization\PrivilegeManagerInterface |