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

Class SxTKeyEncodingError

src/spaceandtime/sxtexceptions.py:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 super().__init__(*args)
32
33class SxTKeyEncodingError(Exception):
34 def __init__(self, *args: object, **kwargs) -> None:
35 log_if_logger(*args, **kwargs)
36 super().__init__(*args)
37
38class SxTArgumentError(Exception):
39 def __init__(self, *args: object, **kwargs) -> None:

Callers 5

encodingMethod · 0.90
get_encoding_typeMethod · 0.90
convert_keyMethod · 0.90
sign_messageMethod · 0.90
test_sxt_exceptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sxt_exceptionsFunction · 0.68