about summary refs log tree commit diff stats
path: root/discord/utils/exceptions.py
blob: a7f035c31da2f7445e855b96c3f0558317e9dd4d (plain) (blame)
1
2
3
class APIException(Exception):
    """Raised when the Discord API returns an error."""