mediatekformation

HttpTransportException extends TransportException
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$debug  : mixed
$response  : mixed
__construct()  : mixed
appendDebug()  : void
getDebug()  : string
getResponse()  : ResponseInterface

Properties

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

Search results