-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Use friendly exception #386
Conversation
np25071984
commented
Jan 12, 2025
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Fixed issues | #324 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #386 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 165 169 +4
===========================================
Files 11 11
Lines 480 492 +12
===========================================
+ Hits 480 492 +12 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Alexander Makarov <[email protected]>
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.
BuildingException
throws rarely. In most cases will be throwed NotFoundException
. It needs to be made friendly.
👍 |
Looks good to me now. @vjik ? |
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.
I would also like to display build stack beautifully, but we can make it in future.
Thank you! |