PHP Класс Mailgun\Connection\Exceptions\GenericHTTPError

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

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

Свойство Тип Описание
$httpResponseBody
$httpResponseCode

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

Метод Описание
__construct ( $message = null, $response_code = null, $response_body = null, $code, Exception $previous = null )
getHttpResponseBody ( )
getHttpResponseCode ( )

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

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

public __construct ( $message = null, $response_code = null, $response_body = null, $code, Exception $previous = null )
$previous Exception

getHttpResponseBody() публичный метод

public getHttpResponseBody ( )

getHttpResponseCode() публичный метод

public getHttpResponseCode ( )

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

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

protected $httpResponseBody

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

protected $httpResponseCode