exceptions.py 224 Bytes
Newer Older
Julia Hansbrough committed
1 2 3 4
"""
Exceptions for the verify student app
"""
# (Exception Class Names are sort of self-explanatory, so skipping docstring requirement)
5
# pylint: disable=missing-docstring
Julia Hansbrough committed
6 7 8 9


class WindowExpiredException(Exception):
    pass