Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Forethought-Technologies/AutoChain
/ ToolRunningError
Class
ToolRunningError
autochain/errors.py:13–17 ·
view source on GitHub ↗
Exception when tool fails to run
Source
from the content-addressed store, hash-verified
11
12
13
class
ToolRunningError(Exception):
14
""
"Exception when tool fails to run"
""
15
16
def
__init__(self, message):
17
self.message = message
Callers
1
run
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected