All Restkit exceptions should inherit from a common base.
Open
- Dominant language
- Python
- Stars
- 404
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
It's really frustrating to check for any number of exceptions to determine if they were output from restkit.
Currently exceptions like RedirectLimit just inherit from Exception.
If all exceptions could have a common base class, that would be much easier.
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.