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