Closed amcgregor closed 6 years ago
When executing typecast callbacks, trap TypeError and ValueError and transform the message being raised to be more useful (include the name of the argument being cast), on other exceptions log and re-raise.
TypeError
ValueError
Implemented and verified as of 543bfb79c0737917d1bd2a148eb61761ab6f6319
When executing typecast callbacks, trap
TypeError
andValueError
and transform the message being raised to be more useful (include the name of the argument being cast), on other exceptions log and re-raise.