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