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

Class TaskFilterError

client/util/exceptions.py:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 NodeError.__init__(self, E_NODE_TASK_BLAME, msg)
81
82class TaskFilterError(NodeError):
83 def __init__(self, msg):
84 NodeError.__init__(self, E_NODE_TASK_FILTER, msg)
85
86class SourceMgrError(NodeError):
87 def __init__(self, msg):

Callers 2

runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected