Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Public Member Functions | |
__construct (string $message, RequestInterface $request, Throwable $previous=null, array $handlerContext=[]) | |
getHandlerContext () | |
Get contextual information about the error from the underlying handler. | |
getRequest () | |
Get the request that caused the exception. | |
GuzzleHttp\Exception\ConnectException::getHandlerContext | ( | ) |
Get contextual information about the error from the underlying handler.
The contents of this array will vary depending on which handler you are using. It may also be just an empty array. Relying on this data will couple you to a specific handler, but can give more debug information when needed.
GuzzleHttp\Exception\ConnectException::getRequest | ( | ) |
Get the request that caused the exception.
Implements Psr\Http\Client\NetworkExceptionInterface.