diff options
| author | Rapptz <[email protected]> | 2015-10-27 18:09:26 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 18:09:26 -0400 |
| commit | 61e41ec3b9ce2eed3fc3494910f4269b42df9b14 (patch) | |
| tree | c4cce25fd1d16b750a14db58edf9348c2a8f973a /docs | |
| parent | Remove InvalidEventName exception due to it being unused (diff) | |
| download | discord.py-61e41ec3b9ce2eed3fc3494910f4269b42df9b14.tar.xz discord.py-61e41ec3b9ce2eed3fc3494910f4269b42df9b14.zip | |
All exceptions now derive from DiscordException.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1ab68ca2..43efe753 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -282,9 +282,9 @@ Exceptions The following exceptions are thrown by the library. +.. autoclass:: DiscordException + .. autoclass:: InvalidDestination - :members: .. autoclass:: GatewayNotFound - :members: |