class apikey_syntax_error(Exception): def __init__(self) -> None: super().__init__("That is not valid API key.")