From 3c4f9564a8f235d6a8b0e27d20195e213ce4983f Mon Sep 17 00:00:00 2001 From: yuuri111 Date: Fri, 2 Nov 2018 00:59:25 +0900 Subject: [PATCH] update exceptions doc from Connection to Connect ConnectionException does not exist. --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 9b69a94d..1ff81220 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -534,7 +534,7 @@ on each other. ├── BadResponseException │   ├── ServerException │ └── ClientException - ├── ConnectionException + ├── ConnectException └── TooManyRedirectsException Guzzle throws exceptions for errors that occur during a transfer.