HttpTransportException
extends TransportException
in package
Tags
Table of Contents
Properties
Methods
- __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 = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string|null
- $response : ResponseInterface
- $code : int = 0
- $previous : Throwable|null = null
appendDebug()
public
appendDebug(string $debug) : void
Parameters
- $debug : string
getDebug()
public
getDebug() : string
Return values
stringgetResponse()
public
getResponse() : ResponseInterface