Source code for scpython.exceptions.auth

[docs]class InvalidToken(Exception): def __init__(self): super().__init__("Invalid wikidot_token7")