-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new "exception" optional parameter (#344)
* Added New Optional Parameter : customException A custom exception can be supplied to the guard clause methods to throw it instead of the default exception * Added new "exception" optional parameter A custom exception can be supplied to the guard clause methods to throw it instead of the default exception * renamed customException to just exception * Added Unit Tests for optional Custom Exception parameter Also fixed a few named arguments missing from method calls that i found through running the tests
- Loading branch information
1 parent
04f0487
commit b4771e5
Showing
46 changed files
with
1,036 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.