8 lines
98 B
Python
8 lines
98 B
Python
"""
|
|
Exceptions for the verify student app
|
|
"""
|
|
|
|
|
|
class WindowExpiredException(Exception):
|
|
pass
|