Skip to content
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

Introducing library specific exception #55

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Introducing library specific exception #55

merged 1 commit into from
Mar 8, 2024

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Mar 8, 2024

User code can catch it and do appropriate action. This allows the application
code to distinguish between exceptions specific to fprops and other ones.

@andrsd andrsd added the enhancement New feature or request label Mar 8, 2024
@andrsd andrsd self-assigned this Mar 8, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.19%. Comparing base (001e1a7) to head (4d99b75).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   99.19%   99.19%   -0.01%     
==========================================
  Files          18       18              
  Lines        1242     1241       -1     
==========================================
- Hits         1232     1231       -1     
  Misses         10       10              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

User code can catch it and do appropriate action. This allows the application
code to distinguish between exceptions specific to fprops and other ones.
@andrsd andrsd merged commit c011993 into main Mar 8, 2024
5 of 6 checks passed
@andrsd andrsd deleted the exception branch March 8, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant