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

Class SxTAPINotDefinedError

src/spaceandtime/sxtexceptions.py:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 super().__init__(*args)
57
58class SxTAPINotDefinedError(Exception):
59 def __init__(self, *args: object, **kwargs) -> None:
60 log_if_logger(*args, **kwargs)
61 super().__init__(*args)
62
63
64class SxTAPINotSuccessfulError(Exception):

Callers 2

call_apiMethod · 0.90
test_sxt_exceptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sxt_exceptionsFunction · 0.68