apikey_exceptions.py 125 B

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