PHP 클래스 Neos\Flow\Error\ProductionExceptionHandler

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

보호된 메소드들

메소드 설명
echoExceptionWeb ( object $exception ) : void Echoes an exception for the web.
renderStatically ( integer $statusCode, string $referenceCode ) : string Returns the statically rendered exception message

메소드 상세

echoExceptionWeb() 보호된 메소드

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

renderStatically() 보호된 메소드

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