MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / __init__

Method __init__

autochain/errors.py:16–17  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

14 """Exception when tool fails to run"""
15
16 def __init__(self, message):
17 self.message = message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected