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