PHP Class Neos\Fusion\Core\ExceptionHandlers\HtmlMessageHandler

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

Protected Properties

Свойство Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Méthodes protégées

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

Method Details

formatErrorCodeMessage() protected méthode

Renders a message depicting the user where to find further information for the given reference code.
protected formatErrorCodeMessage ( integer $referenceCode ) : string
$referenceCode integer
Résultat string A rendered message with the reference code containing HTML

formatTypoScriptPath() protected méthode

example: default/body/content/ is rendered as default/ body/ content/
protected formatTypoScriptPath ( string $typoScriptPath ) : string
$typoScriptPath string
Résultat string Multi-line stack trace for the given TypoScript path

handle() protected méthode

Renders the exception in HTML for display
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
Résultat string

Property Details

$systemLogger protected_oe property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Résultat Neos\Flow\Log\SystemLoggerInterface