Свойство | Тип | Описание | |
---|---|---|---|
$systemLogger | Neos\Flow\Log\SystemLoggerInterface |
Метод | Описание | |
---|---|---|
formatErrorCodeMessage ( integer $referenceCode ) : string | Renders a message depicting the user where to find further information for the given reference code. | |
formatTypoScriptPath ( string $typoScriptPath ) : string | Renders an indented multi-line stack-trace for the given TypoScript path. | |
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string | Renders the exception in HTML for display |
protected formatErrorCodeMessage ( integer $referenceCode ) : string | ||
$referenceCode | integer | |
Результат | string | A rendered message with the reference code containing HTML |
protected formatTypoScriptPath ( string $typoScriptPath ) : string | ||
$typoScriptPath | string | |
Результат | string | Multi-line stack trace for the given TypoScript path |