MCPcopy
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
13class ToolRunningError(Exception):
14 """Exception when tool fails to run"""
15
16 def __init__(self, message):
17 self.message = message

Callers 1

runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected