PHP Класс Marcelgwerder\ApiHandler\ApiHandlerException

Наследование: extends Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$httpCode integer Http status code

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

Метод Описание
__construct ( string $code, array $replace = [], string $message = null ) Create a new instance of ApiHandlerException
getHttpCode ( ) : integer | string Get the http code of the exception

Описание методов

__construct() публичный Метод

Create a new instance of ApiHandlerException
public __construct ( string $code, array $replace = [], string $message = null )
$code string
$replace array
$message string

getHttpCode() публичный Метод

Get the http code of the exception
public getHttpCode ( ) : integer | string
Результат integer | string

Описание свойств

$httpCode защищенное свойство

Http status code
protected int $httpCode
Результат integer