PHP Класс EasyPost\Error

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

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

Метод Описание
__construct ( string $message = null, integer $httpStatus = null, string $httpBody = null ) constructor
getHttpBody ( ) : string get the HTTP body
getHttpStatus ( ) : integer get the HTTP status code
prettyPrint ( ) : void print out the error

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

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

constructor
public __construct ( string $message = null, integer $httpStatus = null, string $httpBody = null )
$message string
$httpStatus integer
$httpBody string

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

get the HTTP body
public getHttpBody ( ) : string
Результат string

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

get the HTTP status code
public getHttpStatus ( ) : integer
Результат integer

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

print out the error
public prettyPrint ( ) : void
Результат void