You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error handling code around the serialization service is pretty bad.
We are relying on the sys.exc_info() in so many unnecessary places, and the code around the places we re-raise exceptions can be improved.