Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
GuzzleHttp\Exception\RequestException Class Reference
Inheritance diagram for GuzzleHttp\Exception\RequestException:
GuzzleHttp\Exception\TransferException Psr\Http\Client\RequestExceptionInterface GuzzleHttp\Exception\GuzzleException Psr\Http\Client\ClientExceptionInterface Psr\Http\Client\ClientExceptionInterface GuzzleHttp\Exception\BadResponseException GuzzleHttp\Exception\TooManyRedirectsException GuzzleHttp\Exception\ClientException GuzzleHttp\Exception\ServerException

Public Member Functions

 __construct (string $message, RequestInterface $request, ResponseInterface $response=null, Throwable $previous=null, array $handlerContext=[])
 
 getHandlerContext ()
 Get contextual information about the error from the underlying handler.
 
 getRequest ()
 Get the request that caused the exception.
 
 getResponse ()
 Get the associated response.
 
 hasResponse ()
 Check if a response was received.
 

Static Public Member Functions

static create (RequestInterface $request, ResponseInterface $response=null, Throwable $previous=null, array $handlerContext=[], BodySummarizerInterface $bodySummarizer=null)
 Factory method to create a new exception with a normalized error message.
 
static wrapException (RequestInterface $request, Throwable $e)
 Wrap non-RequestExceptions with a RequestException.
 

Member Function Documentation

◆ create()

static GuzzleHttp\Exception\RequestException::create ( RequestInterface $request,
ResponseInterface $response = null,
Throwable $previous = null,
array $handlerContext = [],
BodySummarizerInterface $bodySummarizer = null )
static

Factory method to create a new exception with a normalized error message.

Parameters
RequestInterface$requestRequest sent
ResponseInterface$responseResponse received
Throwable | null$previousPrevious exception
array$handlerContextOptional handler context
BodySummarizerInterface | null$bodySummarizerOptional body summarizer

◆ getHandlerContext()

GuzzleHttp\Exception\RequestException::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.

◆ getRequest()

GuzzleHttp\Exception\RequestException::getRequest ( )

Get the request that caused the exception.

Implements Psr\Http\Client\RequestExceptionInterface.

◆ getResponse()

GuzzleHttp\Exception\RequestException::getResponse ( )

Get the associated response.

Reimplemented in GuzzleHttp\Exception\BadResponseException.

◆ hasResponse()

GuzzleHttp\Exception\RequestException::hasResponse ( )

Check if a response was received.

Reimplemented in GuzzleHttp\Exception\BadResponseException.


The documentation for this class was generated from the following file: