PHP Class Platformsh\Cli\Exception\HttpException

Inheritance: extends RuntimeException
Mostrar archivo 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_oe property

protected $message