diff options
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 |