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

#34 Fix for custom error dispatch for decode() and throws #37

Merged
merged 5 commits into from
Mar 23, 2022

Conversation

malcommac
Copy link
Collaborator

This PR fixes #34 where you can throw a custom error in validator phase and get it as output both from fetch() and decode() function.

@malcommac malcommac added this to the 1.3.2 milestone Mar 23, 2022
@malcommac malcommac self-assigned this Mar 23, 2022
@malcommac malcommac added bug Something isn't working enhancement New feature or request labels Mar 23, 2022
@malcommac malcommac merged commit f7e6011 into main Mar 23, 2022
@malcommac malcommac deleted the fix/34-error-dispatch branch March 23, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom error is returned from custom validator and/or decode() function
1 participant