Files
edx-platform/lms/djangoapps/verify_student/exceptions.py
2014-12-01 11:22:09 -05:00

10 lines
224 B
Python

"""
Exceptions for the verify student app
"""
# (Exception Class Names are sort of self-explanatory, so skipping docstring requirement)
# pylint: disable=missing-docstring
class WindowExpiredException(Exception):
pass