Skip to content

Exception

Everything under Quiote\Http\Client\Exception.

ClassDescription
NetworkExceptionPSR-18 network failure: the request could not be sent / no response was received (DNS failure, connection refused/reset, timeout).
RequestExceptionPSR-18 malformed-request failure: the request itself is not a well-formed HTTP request and could not even be attempted (e.g.
TransportExceptionBase 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).