PHP 클래스 Neos\Flow\Error\DebugExceptionHandler

상속: extends AbstractExceptionHandler
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 메소드들

메소드 설명
echoExceptionWeb ( object $exception ) : void Formats and echoes the exception as XHTML.
renderStatically ( integer $statusCode, object $exception ) : void Returns the statically rendered exception message

메소드 상세

echoExceptionWeb() 보호된 메소드

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

renderStatically() 보호된 메소드

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