New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: consistent exception naming #2420
refactor: consistent exception naming #2420
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2420 +/- ##
=============================================
- Coverage 87.225% 87.176% -0.050%
=============================================
Files 60 60
Lines 5057 5061 +4
Branches 909 909
=============================================
+ Hits 4411 4412 +1
- Misses 475 477 +2
- Partials 171 172 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of those small touches that screams of polish. Nicely done, and thanks for adding this.
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Names exceptions consistently, so they match the corresponding HTTP code message.