MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/model/model_helper.py:266–268  ·  view source on GitHub ↗
(self, path, message)

Source from the content-addressed store, hash-verified

264
265class InvalidFileException(Exception):
266 def __init__(self, path, message) -> None:
267 super().__init__(message)
268 self.path = path
269
270
271class InvalidValueException(Exception):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected