Files
Javelina/classes/errors/__init__.py
2025-02-20 22:51:01 +01:00

9 lines
232 B
Python

from .pycord_guild import GuildNotFoundError
from .pycord_user import UserNotFoundError
from .wallet import (
WalletBalanceLimitExceeded,
WalletInsufficientFunds,
WalletNotFoundError,
WalletOverdraftLimitExceeded,
)