aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-27 21:25:21 -0400
committerRapptz <[email protected]>2015-10-27 21:25:21 -0400
commit9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4 (patch)
treedcd0027c47afafda930b2f13410cfa5ddd6e5c59 /docs
parentAll HTTP requests now throw HTTPException. (diff)
downloaddiscord.py-9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4.tar.xz
discord.py-9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4.zip
Add InvalidArgument exception and change exceptions thrown.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index e0080e36..03100c08 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -289,5 +289,7 @@ The following exceptions are thrown by the library.
.. autoexception:: HTTPException
:members:
+.. autoexception:: InvalidArgument
+
.. autoexception:: GatewayNotFound