aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-27 21:19:32 -0400
committerRapptz <[email protected]>2015-10-27 21:19:32 -0400
commit027b7b33c9a5daee7d04709b413d0786c9cd42f7 (patch)
tree2835c4615d7a529a524ddd5bd4bc2dcd1d2a4fe4 /docs
parentDocument cases where GatewayNotFound is thrown. (diff)
downloaddiscord.py-027b7b33c9a5daee7d04709b413d0786c9cd42f7.tar.xz
discord.py-027b7b33c9a5daee7d04709b413d0786c9cd42f7.zip
All HTTP requests now throw HTTPException.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst
index b00179b4..e0080e36 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -282,9 +282,12 @@ Exceptions
The following exceptions are thrown by the library.
-.. autoclass:: DiscordException
+.. autoexception:: DiscordException
-.. autoclass:: ClientException
+.. autoexception:: ClientException
-.. autoclass:: GatewayNotFound
+.. autoexception:: HTTPException
+ :members:
+
+.. autoexception:: GatewayNotFound