PHP Class Neos\Flow\Error\DebugExceptionHandler

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

Méthodes protégées

Méthode Description
echoExceptionWeb ( object $exception ) : void Formats and echoes the exception as XHTML.
renderStatically ( integer $statusCode, object $exception ) : void Returns the statically rendered exception message

Method Details

echoExceptionWeb() protected méthode

Formats and echoes the exception as XHTML.
protected echoExceptionWeb ( object $exception ) : void
$exception object \Exception or \Throwable
Résultat void

renderStatically() protected méthode

Returns the statically rendered exception message
protected renderStatically ( integer $statusCode, object $exception ) : void
$statusCode integer
$exception object \Exception or \Throwable
Résultat void