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