HttpTransportException
extends TransportException
in package
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- appendDebug() : void
- getDebug() : string
- getResponse() : ResponseInterface
Properties
$debug
private
string
$debug
= ''
$response
private
mixed
$response
Methods
__construct()
public
__construct(string $message, ResponseInterface $response[, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
- $message : string
- $response : ResponseInterface
- $code : int = 0
- $previous : Throwable = null
appendDebug()
public
appendDebug(string $debug) : void
Parameters
- $debug : string
getDebug()
public
getDebug() : string
Return values
stringgetResponse()
public
getResponse() : ResponseInterface