Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ( $message, RequestInterface $request, \Exception $previous=null, array $handlerContext=[]) | |
getResponse () | |
hasResponse () | |
![]() | |
__construct ( $message, RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $handlerContext=[]) | |
getHandlerContext () | |
getRequest () | |
Additional Inherited Members | |
![]() | |
static | create (RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $ctx=[]) |
static | getResponseBodySummary (ResponseInterface $response) |
static | wrapException (RequestInterface $request, \Exception $e) |
Exception thrown when a connection cannot be established.
Note that no response is present for a ConnectException
Definition at line 11 of file ConnectException.php.
GuzzleHttp\Exception\ConnectException::__construct | ( | $message, | |
RequestInterface | $request, | ||
\Exception | $previous = null , |
||
array | $handlerContext = [] |
||
) |
Definition at line 13 of file ConnectException.php.
GuzzleHttp\Exception\ConnectException::getResponse | ( | ) |
Reimplemented from GuzzleHttp\Exception\RequestException.
Definition at line 25 of file ConnectException.php.
GuzzleHttp\Exception\ConnectException::hasResponse | ( | ) |
Reimplemented from GuzzleHttp\Exception\RequestException.
Definition at line 33 of file ConnectException.php.