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

Class InvalidFileException

src/model/model_helper.py:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
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

update_configMethod · 0.90
list_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected