1
0
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:
edi9999 2014-04-23 13:23:04 +02:00
parent ea8300db70
commit 6b6660e40c

View File

@ -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
exception extends from ``GuzzleHttp\Exception\BadResponseException``.
- A ``GuzzleHttp\Exception\TooManyRedirectsException`` is thrown when too
many redirects are followed. This exception extends from extends from
``GuzzleHttp\Exception\RequestException``.
many redirects are followed. This exception extends from ``GuzzleHttp\Exception\RequestException``.
- A ``GuzzleHttp\Exception\AdapterException`` is thrown when an error occurs
in an HTTP adapter during a parallel request. This exception is only thrown
when using the ``sendAll()`` method of a client.