From 6b6660e40c3202959ee0011e964567b3905ac49a Mon Sep 17 00:00:00 2001 From: edi9999 Date: Wed, 23 Apr 2014 13:23:04 +0200 Subject: [PATCH] Update quickstart.rst --- docs/quickstart.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index b4b871c8..9afdbcdb 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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.