Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type error in retryHandler with ConnectException
Since guzzle 7.0 the ConnectException no longer extends RequestException. This leads to type errors in the retry handler in case of connection exceptions. Change the signature to GuzzleException to cover all possible cases
- Loading branch information