PHP Class Mailgun\Connection\Exceptions\GenericHTTPError

Inheritance: extends Exception, implements Mailgun\Exception
Show file Open project: mailgun/mailgun-php

Protected Properties

Property Type Description
$httpResponseBody
$httpResponseCode

Public Methods

Method Description
__construct ( $message = null, $response_code = null, $response_body = null, $code, Exception $previous = null )
getHttpResponseBody ( )
getHttpResponseCode ( )

Method Details

__construct() public method

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

getHttpResponseBody() public method

public getHttpResponseBody ( )

getHttpResponseCode() public method

public getHttpResponseCode ( )

Property Details

$httpResponseBody protected property

protected $httpResponseBody

$httpResponseCode protected property

protected $httpResponseCode