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