hazelcast-python-client icon indicating copy to clipboard operation
hazelcast-python-client copied to clipboard

Refactor error handling in the serialization service

Open mdumandag opened this issue 4 years ago • 1 comments

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 avatar Mar 28 '22 13:03 mdumandag

@mdumandag ,

Would you please assign this issue to me? I would love to work on this

mohitCodepy avatar May 26 '23 16:05 mohitCodepy