PHP Class Platformsh\Cli\Exception\HttpException

Inheritance: extends RuntimeException
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$message

Public Methods

Method Description
__construct ( string $message = null, GuzzleHttp\Message\RequestInterface $request = null, GuzzleHttp\Message\ResponseInterface $response = null )

Method Details

__construct() public method

public __construct ( string $message = null, GuzzleHttp\Message\RequestInterface $request = null, GuzzleHttp\Message\ResponseInterface $response = null )
$message string
$request GuzzleHttp\Message\RequestInterface
$response GuzzleHttp\Message\ResponseInterface

Property Details

$message protected property

protected $message