mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-23 09:34:00 +01:00
Update quickstart.rst
This commit is contained in:
parent
ea8300db70
commit
6b6660e40c
@ -444,8 +444,7 @@ Guzzle throws exceptions for errors that occur during a transfer.
|
|||||||
errors if the ``exceptions`` request option is set to true. This
|
errors if the ``exceptions`` request option is set to true. This
|
||||||
exception extends from ``GuzzleHttp\Exception\BadResponseException``.
|
exception extends from ``GuzzleHttp\Exception\BadResponseException``.
|
||||||
- A ``GuzzleHttp\Exception\TooManyRedirectsException`` is thrown when too
|
- A ``GuzzleHttp\Exception\TooManyRedirectsException`` is thrown when too
|
||||||
many redirects are followed. This exception extends from extends from
|
many redirects are followed. This exception extends from ``GuzzleHttp\Exception\RequestException``.
|
||||||
``GuzzleHttp\Exception\RequestException``.
|
|
||||||
- A ``GuzzleHttp\Exception\AdapterException`` is thrown when an error occurs
|
- A ``GuzzleHttp\Exception\AdapterException`` is thrown when an error occurs
|
||||||
in an HTTP adapter during a parallel request. This exception is only thrown
|
in an HTTP adapter during a parallel request. This exception is only thrown
|
||||||
when using the ``sendAll()`` method of a client.
|
when using the ``sendAll()`` method of a client.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user