Javelina/classes/errors/__init__.py

9 lines
232 B
Python
Raw Permalink Normal View History

2025-02-20 22:51:01 +01:00
from .pycord_guild import GuildNotFoundError
from .pycord_user import UserNotFoundError
2025-02-20 14:39:19 +01:00
from .wallet import (
WalletBalanceLimitExceeded,
WalletInsufficientFunds,
WalletNotFoundError,
WalletOverdraftLimitExceeded,
)