PHP Class Neos\Flow\Error\ProductionExceptionHandler

Inheritance: extends AbstractExceptionHandler
Mostrar archivo Open project: neos/flow-development-collection

Protected Methods

Method 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 method

Echoes an exception for the web.
protected echoExceptionWeb ( object $exception ) : void
$exception object \Exception or \Throwable
return void

renderStatically() protected method

Returns the statically rendered exception message
protected renderStatically ( integer $statusCode, string $referenceCode ) : string
$statusCode integer
$referenceCode string
return string