rich-model-forms-bundle icon indicating copy to clipboard operation
rich-model-forms-bundle copied to clipboard

Context aware exception handling

Open xabbuh opened this issue 5 years ago • 0 comments

Currently, with the handling of value objects as implemented in #22 we do not deal with exceptions being thrown when constructing such objects. We should reuse the logic that we already use in the data mapper to convert exceptions into form errors, but we now also need to be able to let the exception handler decide which subform the error needs to be associated with.

xabbuh avatar Sep 11 '18 18:09 xabbuh