toejough / dictmerge

merge python dictionaries
MIT License
0 stars 1 forks source link

Intercept error messages for typing issues on arguments to merge #17

Closed toejough closed 9 years ago

toejough commented 9 years ago

...and re-raise better error messages. Like if a user passes in an integer instead of a dictionary, or if the resolver is not callable.