mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 03:11:48 +02:00
11 lines
111 B
Python
11 lines
111 B
Python
class Banned(Exception):
|
|
pass
|
|
|
|
|
|
class NotBanned(Exception):
|
|
pass
|
|
|
|
|
|
class Identity(Exception):
|
|
pass
|