Closed linusthe3rd closed 6 years ago
That shared base class is a nice idea, @strife25. I tried it in PR #28, will monitor it for feedback.
It would be great to see that merged back in to master. I had the same reaction as linus, and the PR by @lisac seems painless enough to incorporate.
Fixed with v0.2.3
When writing a try-except block to catch this library's exceptions, one has to add extra lines to catch everything:
It would be nice if the error classes shared the same base class so that consumers only had to catch a single exception: