-
Notifications
You must be signed in to change notification settings - Fork 60
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
Extend InvalidArgument and RequiredArgument error classes #134
Conversation
Allow to pass a optional argument and function name parameters to the error constructors. Closes #91
Pass function and argument args to InvalidArgument and RequiredArgument errors.
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 96.65% 96.68% +0.03%
==========================================
Files 10 10
Lines 2631 2655 +24
==========================================
+ Hits 2543 2567 +24
Misses 88 88
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 96.65% 96.68% +0.03%
==========================================
Files 10 10
Lines 2631 2655 +24
==========================================
+ Hits 2543 2567 +24
Misses 88 88
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
+ Coverage 96.65% 96.68% +0.03%
==========================================
Files 10 10
Lines 2631 2655 +24
==========================================
+ Hits 2543 2567 +24
Misses 88 88
Continue to review full report at Codecov.
|
Allow to pass function and argument name parameters.
Checklist: