

class TokenNotFound(Exception):
    """
    Indicates that a token could not be found in the database
    """
    pass
