|
During the creation of bridges, when an exception is raised due to duplicate bridges or incorrect bridge usage, there is poor or no context. I would love to get the same context a bridge offers in case of exception during get or set (class + method or path).
We could either have this logic in the BridgeFactory but it does not receive enough information today. Or have it on each callers of guessType() and possibly other similar methods.
|