MiniValidation
MiniValidation copied to clipboard
Swallow exceptions when getting property values during validation
It's impossible to know if a given property getter will throw during validation due to the state of the object, so just swallow any exception from getting the value.
Fixes #54