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

Class TaskFormatError

client/util/exceptions.py:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 NodeError.__init__(self, E_NODE_TASK_DATAHANDLE, msg)
73
74class TaskFormatError(NodeError):
75 def __init__(self, msg):
76 NodeError.__init__(self, E_NODE_TASK_FORMAT, msg)
77
78class TaskBlameError(NodeError):
79 def __init__(self, msg):

Callers 1

runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected