Loading sjrpc/core/exceptions.py +9 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,14 @@ class SocketRpcError(Exception): ''' class NoFreeLabelError(Exception): class RpcConnectionError(Exception): ''' Base class for RpcConnection errors. ''' class NoFreeLabelError(RpcConnectionError): ''' Exception raised when no more free labels are available for protocol Loading @@ -33,7 +40,7 @@ class NoFreeLabelError(Exception): ''' class FallbackModeEnabledError(Exception): class FallbackModeEnabledError(RpcConnectionError): ''' Exception raised when a feature which is not compatible with fallback mode Loading Loading
sjrpc/core/exceptions.py +9 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,14 @@ class SocketRpcError(Exception): ''' class NoFreeLabelError(Exception): class RpcConnectionError(Exception): ''' Base class for RpcConnection errors. ''' class NoFreeLabelError(RpcConnectionError): ''' Exception raised when no more free labels are available for protocol Loading @@ -33,7 +40,7 @@ class NoFreeLabelError(Exception): ''' class FallbackModeEnabledError(Exception): class FallbackModeEnabledError(RpcConnectionError): ''' Exception raised when a feature which is not compatible with fallback mode Loading