RequestExceptionInterface
extends
ClientExceptionInterface
in
Exception for when a request failed.
Examples:
- Request is invalid (e.g. method is missing)
- Runtime request errors (e.g. the body stream is not seekable)
Table of Contents
Methods
- getRequest() : RequestInterface
- Returns the request.
Methods
getRequest()
Returns the request.
public
getRequest() : RequestInterface
The request object MAY be a different object from the one passed to ClientInterface::sendRequest()