MCPcopy Create free account
hub / github.com/apache/dubbo-python2 / RegisterException

Class RegisterException

dubbo/common/exceptions.py:22–26  ·  view source on GitHub ↗

与注册中心相关的异常

Source from the content-addressed store, hash-verified

20
21
22class RegisterException(DubboException):
23 """
24 与注册中心相关的异常
25 """
26 pass
27
28
29class DubboRequestTimeoutException(DubboException):

Callers 4

__init__Method · 0.90
get_provider_hostMethod · 0.90
_routing_with_wightMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected