PamGram/modules/gacha/error.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
198 B
Python
Raw Normal View History

2022-10-15 08:14:32 +00:00
class GachaException(Exception):
pass
class GachaInvalidTimes(GachaException):
pass
class GachaIllegalArgument(GachaException):
pass
class BannerNotFound(GachaException):
pass