1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

Merge pull request #2189 from yuuri111/update-exceptions-doc

Update exceptions doc from Connection to Connect
This commit is contained in:
Márk Sági-Kazár 2018-11-01 18:11:51 +01:00 committed by GitHub
commit c24ac27d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,7 +534,7 @@ on each other.
├── BadResponseException
│   ├── ServerException
│ └── ClientException
├── ConnectionException
├── ConnectException
└── TooManyRedirectsException
Guzzle throws exceptions for errors that occur during a transfer.