mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
All HTTP requests now throw HTTPException.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user