mirror of
https://github.com/cqwu-ehall/cqwu-ehall.git
synced 2024-11-22 02:55:33 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
|
class UsernameOrPasswordError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class CookieError(Exception):
|
||
|
pass
|