PHP Класс SparkPost\SparkPostException

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

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

Метод Описание
__construct ( Exception $exception ) Sets up the custom exception and copies over original exception values.
getBody ( ) : array Returns the body.

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

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

Sets up the custom exception and copies over original exception values.
public __construct ( Exception $exception )
$exception Exception - the exception to be wrapped

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

Returns the body.
public getBody ( ) : array
Результат array $body - the json decoded body from the http response