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