yxorP Documentation

ConnectException extends ArequestExceptionAA
in package

Table of Contents

$handlerContext  : array<string|int, mixed>
$request  : RequestInterface
$response  : ResponseInterface|null
__construct()  : mixed
create()  : mixed
getHandlerContext()  : array<string|int, mixed>
getRequest()  : RequestInterface
getResponse()  : mixed
getResponseBodySummary()  : string|null
hasResponse()  : bool
wrapException()  : ArequestExceptionAA|Exception
obfuscateUri()  : UriInterface

Properties

Methods

__construct()

public __construct(mixed $message, RequestInterface $request[, Exception $previous = null ][, array<string|int, mixed> $handlerContext = [] ]) : mixed
Parameters
$message : mixed
$request : RequestInterface
$previous : Exception = null
$handlerContext : array<string|int, mixed> = []
Return values
mixed

getHandlerContext()

public getHandlerContext() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRequest()

public getRequest() : RequestInterface
Return values
RequestInterface

Search results