PHP Class Neos\Flow\Error\DebugExceptionHandler

Inheritance: extends AbstractExceptionHandler
Datei anzeigen Open project: neos/flow-development-collection

Protected Methods

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

Formats and echoes the exception as XHTML.
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, object $exception ) : void
$statusCode integer
$exception object \Exception or \Throwable
return void