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

Class SxTQueryError

src/spaceandtime/sxtexceptions.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 super().__init__(*args)
47
48class SxTQueryError(Exception):
49 def __init__(self, *args: object, **kwargs) -> None:
50 log_if_logger(*args, **kwargs)
51 super().__init__(*args)
52
53class SxTAuthenticationError(Exception):
54 def __init__(self, *args: object, **kwargs) -> None:

Callers 2

execute_queryMethod · 0.85
test_sxt_exceptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sxt_exceptionsFunction · 0.68