5 lines
104 B
Python
5 lines
104 B
Python
|
|
class TokenMissingError(Exception):
|
|
"""
|
|
Exception to indicate a token couldnt be found.
|
|
""" |