mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2025-02-08 11:12:32 +00:00
15 lines
198 B
Python
15 lines
198 B
Python
|
class GachaException(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class GachaInvalidTimes(GachaException):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class GachaIllegalArgument(GachaException):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class BannerNotFound(GachaException):
|
||
|
pass
|