Files
edx-platform/lms/djangoapps/verify_student/exceptions.py
2018-08-16 09:57:01 -04:00

8 lines
98 B
Python

"""
Exceptions for the verify student app
"""
class WindowExpiredException(Exception):
pass