mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
6 lines
127 B
Python
6 lines
127 B
Python
# !/usr/bin/python
|
|
# Filename: exceptions.py
|
|
|
|
class APIKeyMissingError(AttributeError):
|
|
""" API Key is Missing """
|
|
pass |