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