PHP Интерфейс Exceptions\Http\HttpExceptionInterface

Автор: Mathieu Dumoulin aka CrazyCodr ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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