pyhamtools/pyhamtools/exceptions.py
Tobias Wellnitz, DH1TW 023880ff34 python3 compatible
2018-01-27 19:52:27 +01:00

7 lines
128 B
Python

# !/usr/bin/python
# Filename: exceptions.py
class APIKeyMissingError(AttributeError):
""" API Key is Missing """
pass