PHP 인터페이스 Exceptions\Http\HttpExceptionInterface

저자: Mathieu Dumoulin aka CrazyCodr ([email protected])
파일 보기 프로젝트 열기: crazycodr/standard-exceptions

공개 메소드들

메소드 설명
getHttpCode ( ) : integer Returns the standard HTTP code associated with this exception.
getHttpCodeClass ( ) : integer Returns the standard HTTP code class associated with this exception.
getHttpMessage ( ) : string Returns the standard HTTP message associated with this exception.

메소드 상세

getHttpCode() 공개 정적인 메소드

Returns the standard HTTP code associated with this exception.
public static getHttpCode ( ) : integer
리턴 integer

getHttpCodeClass() 공개 정적인 메소드

Returns the standard HTTP code class associated with this exception.
public static getHttpCodeClass ( ) : integer
리턴 integer

getHttpMessage() 공개 정적인 메소드

Returns the standard HTTP message associated with this exception.
public static getHttpMessage ( ) : string
리턴 string