mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Document exceptions and change conf.py version detection.
This commit is contained in:
16
docs/api.rst
16
docs/api.rst
@@ -108,3 +108,19 @@ Some classes are just there to be data containers, this lists them. It should be
|
||||
|
||||
.. autoclass:: PrivateChannel
|
||||
:members:
|
||||
|
||||
Exceptions
|
||||
------------
|
||||
|
||||
The following exceptions are thrown by the library.
|
||||
|
||||
|
||||
.. autoclass:: InvalidEventName
|
||||
:members:
|
||||
|
||||
.. autoclass:: InvalidDestination
|
||||
:members:
|
||||
|
||||
.. autoclass:: GatewayNotFound
|
||||
:members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user