mirror of
https://github.com/cqwu-ehall/cqwu-ehall.git
synced 2024-11-22 11:01:20 +00:00
10 lines
169 B
Python
10 lines
169 B
Python
|
from .base import CQWUEhallError
|
||
|
|
||
|
|
||
|
class CQWUWebVPNError(CQWUEhallError):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class NoExamData(CQWUWebVPNError):
|
||
|
""" 没有检索到对应的考试记录 """
|