diff options
| author | Rapptz <[email protected]> | 2015-08-28 17:24:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-28 17:24:35 -0400 |
| commit | e60777e68b113b1f39f13c92c4a4d5b0ce0b406d (patch) | |
| tree | 5f456249c338a509d7e7b6b7c278ecef88e45e84 /docs/api.rst | |
| parent | Remove unnecessary comment. (diff) | |
| download | discord.py-e60777e68b113b1f39f13c92c4a4d5b0ce0b406d.tar.xz discord.py-e60777e68b113b1f39f13c92c4a4d5b0ce0b406d.zip | |
Document exceptions and change conf.py version detection.v0.4.1
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index ce911fbe..d6a9c2c4 100644 --- a/docs/api.rst +++ b/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: + |