hazelcast-python-client
hazelcast-python-client copied to clipboard
Refactor error handling in the serialization service
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.
@mdumandag ,
Would you please assign this issue to me? I would love to work on this