Exception
Everything under Quiote\Http\Client\Exception.
Classes
Section titled “Classes”| Class | Description |
|---|---|
NetworkException | PSR-18 network failure: the request could not be sent / no response was received (DNS failure, connection refused/reset, timeout). |
RequestException | PSR-18 malformed-request failure: the request itself is not a well-formed HTTP request and could not even be attempted (e.g. |
TransportException | Base PSR-18 client exception for the Quiote HTTP client — anything that went wrong sending a request that isn’t more specifically a network or malformed- request failure (NetworkException/RequestException). |