PHP 클래스 Neos\Flow\Exception

상속: extends Exception
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$referenceCode string
$statusCode integer

공개 메소드들

메소드 설명
getReferenceCode ( ) : string Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
getStatusCode ( ) : integer Returns the HTTP status code this exception corresponds to (defaults to 500).

메소드 상세

getReferenceCode() 공개 메소드

Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
public getReferenceCode ( ) : string
리턴 string

getStatusCode() 공개 메소드

Returns the HTTP status code this exception corresponds to (defaults to 500).
public getStatusCode ( ) : integer
리턴 integer

프로퍼티 상세

$referenceCode 보호되어 있는 프로퍼티

protected string $referenceCode
리턴 string

$statusCode 보호되어 있는 프로퍼티

protected int $statusCode
리턴 integer