mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Fix exception hierarchy documentation.
This commit is contained in:
parent
126f4f8271
commit
8bf0482af5
@ -2386,6 +2386,8 @@ The following exceptions are thrown by the library.
|
|||||||
|
|
||||||
.. autoexception:: NotFound
|
.. autoexception:: NotFound
|
||||||
|
|
||||||
|
.. autoexception:: InvalidData
|
||||||
|
|
||||||
.. autoexception:: InvalidArgument
|
.. autoexception:: InvalidArgument
|
||||||
|
|
||||||
.. autoexception:: GatewayNotFound
|
.. autoexception:: GatewayNotFound
|
||||||
@ -2404,11 +2406,12 @@ Exception Hierarchy
|
|||||||
- :exc:`Exception`
|
- :exc:`Exception`
|
||||||
- :exc:`DiscordException`
|
- :exc:`DiscordException`
|
||||||
- :exc:`ClientException`
|
- :exc:`ClientException`
|
||||||
|
- :exc:`InvalidData`
|
||||||
|
- :exc:`InvalidArgument`
|
||||||
|
- :exc:`LoginFailure`
|
||||||
|
- :exc:`ConnectionClosed`
|
||||||
- :exc:`NoMoreItems`
|
- :exc:`NoMoreItems`
|
||||||
- :exc:`GatewayNotFound`
|
- :exc:`GatewayNotFound`
|
||||||
- :exc:`HTTPException`
|
- :exc:`HTTPException`
|
||||||
- :exc:`Forbidden`
|
- :exc:`Forbidden`
|
||||||
- :exc:`NotFound`
|
- :exc:`NotFound`
|
||||||
- :exc:`InvalidArgument`
|
|
||||||
- :exc:`LoginFailure`
|
|
||||||
- :exc:`ConnectionClosed`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user