Browse Source

Fix exception hierarchy documentation.

pull/2209/head
Rapptz 6 years ago
parent
commit
8bf0482af5
  1. 9
      docs/api.rst

9
docs/api.rst

@ -2386,6 +2386,8 @@ The following exceptions are thrown by the library.
.. autoexception:: NotFound
.. autoexception:: InvalidData
.. autoexception:: InvalidArgument
.. autoexception:: GatewayNotFound
@ -2404,11 +2406,12 @@ Exception Hierarchy
- :exc:`Exception`
- :exc:`DiscordException`
- :exc:`ClientException`
- :exc:`InvalidData`
- :exc:`InvalidArgument`
- :exc:`LoginFailure`
- :exc:`ConnectionClosed`
- :exc:`NoMoreItems`
- :exc:`GatewayNotFound`
- :exc:`HTTPException`
- :exc:`Forbidden`
- :exc:`NotFound`
- :exc:`InvalidArgument`
- :exc:`LoginFailure`
- :exc:`ConnectionClosed`

Loading…
Cancel
Save