diff options
| author | Rapptz <[email protected]> | 2015-10-27 18:45:45 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 19:02:12 -0400 |
| commit | d14bffcd969c63a7a42858e3ed84409b4948f665 (patch) | |
| tree | d53ca2ad54f26615b0272f48287eac65f457dd2a /docs/api.rst | |
| parent | All exceptions now derive from DiscordException. (diff) | |
| download | discord.py-d14bffcd969c63a7a42858e3ed84409b4948f665.tar.xz discord.py-d14bffcd969c63a7a42858e3ed84409b4948f665.zip | |
Rename InvaldiDestination to a generic ClientException.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
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 |