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