aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-27 18:45:45 -0400
committerRapptz <[email protected]>2015-10-27 19:02:12 -0400
commitd14bffcd969c63a7a42858e3ed84409b4948f665 (patch)
treed53ca2ad54f26615b0272f48287eac65f457dd2a /docs
parentAll exceptions now derive from DiscordException. (diff)
downloaddiscord.py-d14bffcd969c63a7a42858e3ed84409b4948f665.tar.xz
discord.py-d14bffcd969c63a7a42858e3ed84409b4948f665.zip
Rename InvaldiDestination to a generic ClientException.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 43efe753..b00179b4 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -284,7 +284,7 @@ The following exceptions are thrown by the library.
.. autoclass:: DiscordException
-.. autoclass:: InvalidDestination
+.. autoclass:: ClientException
.. autoclass:: GatewayNotFound