about summary refs log tree commit diff stats
path: root/discord/utils/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/utils/exceptions.py')
-rw-r--r--discord/utils/exceptions.py3
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."""
+