MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / NodeConfigError

Class NodeConfigError

client/util/exceptions.py:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 NodeError.__init__(self, E_NODE_TASK_CONFIG, msg)
117
118class NodeConfigError(NodeError):
119 def __init__(self, msg):
120 NodeError.__init__(self, E_NODE_CONFIG, msg)
121
122

Callers 2

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected