mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-09 15:06:36 +02:00
custom error + better code + some things
This commit is contained in:
5
modules/error.py
Normal file
5
modules/error.py
Normal file
@ -0,0 +1,5 @@
|
||||
class Banned(Exception):
|
||||
pass
|
||||
|
||||
class NotBanned(Exception):
|
||||
pass
|
Reference in New Issue
Block a user