PYRSS-Bot/src/errors.py

5 lines
104 B
Python

class TokenMissingError(Exception):
"""
Exception to indicate a token couldnt be found.
"""