Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The method get_socket_error_exception can return None. Raising None results in a TypeError:
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType