diff options
| author | Rapptz <[email protected]> | 2015-10-27 21:19:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 21:19:32 -0400 |
| commit | 027b7b33c9a5daee7d04709b413d0786c9cd42f7 (patch) | |
| tree | 2835c4615d7a529a524ddd5bd4bc2dcd1d2a4fe4 /docs | |
| parent | Document cases where GatewayNotFound is thrown. (diff) | |
| download | discord.py-027b7b33c9a5daee7d04709b413d0786c9cd42f7.tar.xz discord.py-027b7b33c9a5daee7d04709b413d0786c9cd42f7.zip | |
All HTTP requests now throw HTTPException.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 9 |
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 |