diff options
Diffstat (limited to 'discord/utils/exceptions.py')
-rw-r--r-- | discord/utils/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/utils/exceptions.py b/discord/utils/exceptions.py new file mode 100644 index 0000000..a7f035c --- /dev/null +++ b/discord/utils/exceptions.py @@ -0,0 +1,3 @@ +class APIException(Exception): + """Raised when the Discord API returns an error.""" + |