Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass response (self) to ConnectionError constructor
As far as I can tell, this is the only internal construction of `ConnectionError` that doesn't include `request` or `response`. Part of improving typing for exceptions in requests: python/typeshed#8989
- Loading branch information