PHP Class Neos\Flow\Error\ProductionExceptionHandler

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

Méthodes protégées

Méthode Description
echoExceptionWeb ( object $exception ) : void Echoes an exception for the web.
renderStatically ( integer $statusCode, string $referenceCode ) : string Returns the statically rendered exception message

Method Details

echoExceptionWeb() protected méthode

Echoes an exception for the web.
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, string $referenceCode ) : string
$statusCode integer
$referenceCode string
Résultat string