-
-
Notifications
You must be signed in to change notification settings - Fork 52
Create Custom Destructurers for More Exceptions #418
Copy link
Copy link
Open
Labels
enhancementIssues describing an enhancement or pull requests adding an enhancement.Issues describing an enhancement or pull requests adding an enhancement.good first issueA good first issue for a new community member to take on.A good first issue for a new community member to take on.help wantedHelp wanted from the community.Help wanted from the community.
Description
Metadata
Metadata
Assignees
Labels
enhancementIssues describing an enhancement or pull requests adding an enhancement.Issues describing an enhancement or pull requests adding an enhancement.good first issueA good first issue for a new community member to take on.A good first issue for a new community member to take on.help wantedHelp wanted from the community.Help wanted from the community.
Describe the feature
To avoid using reflection we can create custom destructurers for more exception types.
ArgumentExceptionDestructureris a good example for how to do this.