-
Notifications
You must be signed in to change notification settings - Fork 0
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
Property with getter throwing error - option to swallow exceptions #20
Comments
@Kraviecc, I think this explains your issue we discussed. Am I right? |
Quick investigation - MVC throws the error from the property with getter that throws an error. So we should add an option to swallow exceptions in property getters.
|
Thanks, @luboshl. My issue comes from the fact that in our project we used |
Some types that are going to be validated can contain properties that throw an exception.
By default the behavior should be similar to validation in MVC.
The text was updated successfully, but these errors were encountered: