MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / AbortError

Class AbortError

src/utils/abort_controller.py:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class AbortError(Exception):
70 def __init__(self, reason: str = "aborted"):
71 super().__init__(reason)
72 self.reason = reason
73
74
75class AbortController:

Callers 11

raise_if_pre_abortedMethod · 0.90
reraise_if_abortedMethod · 0.90
agentMethod · 0.90
_callFunction · 0.90
_callFunction · 0.90
_callFunction · 0.90
throw_if_abortedMethod · 0.85
_grep_callFunction · 0.85
_glob_callFunction · 0.85
run_query_as_agent_loopFunction · 0.85
queryFunction · 0.85

Calls

no outgoing calls

Tested by 3

_callFunction · 0.72
_callFunction · 0.72
_callFunction · 0.72