mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
7b9934fb9b
* 🎨 Update Gacha Info URL * 🚚 Moving Wish Package
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
|