TransportException
extends RuntimeException
in package
implements
TransportExceptionInterface
Tags
Table of Contents
Interfaces
- TransportExceptionInterface
- Exception interface for all exceptions thrown by the component.
Properties
Methods
- __construct() : mixed
- 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
getDebug()
public
getDebug() : string
Return values
stringgetResponse()
public
getResponse() : ResponseInterface