MCPcopy
hub / github.com/spaceandtimefdn/SxT-Python-SDK / SxTFileContentError

Class SxTFileContentError

src/spaceandtime/sxtexceptions.py:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 super().__init__(*args)
42
43class SxTFileContentError(Exception):
44 def __init__(self, *args: object, **kwargs) -> None:
45 log_if_logger(*args, **kwargs)
46 super().__init__(*args)
47
48class SxTQueryError(Exception):
49 def __init__(self, *args: object, **kwargs) -> None:

Callers 2

loadMethod · 0.90
test_sxt_exceptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sxt_exceptionsFunction · 0.68