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

Method throw_if_aborted

src/utils/abort_controller.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 pass
63
64 def throw_if_aborted(self) -> None:
65 if self._aborted:
66 raise AbortError(self._reason or "aborted")
67
68
69class AbortError(Exception):

Callers 3

agentMethod · 0.80

Calls 1

AbortErrorClass · 0.85