pyhamtools/pyhamtools/exceptions.py
2014-04-25 23:46:44 +02:00

6 lines
127 B
Python

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