Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
class
AbortError(Exception):
70
def
__init__(self, reason: str =
"aborted"
):
71
super().__init__(reason)
72
self.reason = reason
73
74
75
class
AbortController:
Callers
11
raise_if_pre_aborted
Method · 0.90
reraise_if_aborted
Method · 0.90
agent
Method · 0.90
_call
Function · 0.90
_call
Function · 0.90
_call
Function · 0.90
throw_if_aborted
Method · 0.85
_grep_call
Function · 0.85
_glob_call
Function · 0.85
run_query_as_agent_loop
Function · 0.85
query
Function · 0.85
Calls
no outgoing calls
Tested by
3
_call
Function · 0.72
_call
Function · 0.72
_call
Function · 0.72