Closed marinasundstrom closed 6 days ago
Investigation shows that we don't process the remaining exceptions that weren't assignable to either accessor. We just need to run the ProcessNullable on those exception and make it remove NullArgumentException.
ProcessNullable
NullArgumentException
Related to #31
Also dealt with some improvements to accessor discovery.
Investigation shows that we don't process the remaining exceptions that weren't assignable to either accessor. We just need to run the
ProcessNullable
on those exception and make it removeNullArgumentException
.Related to #31