aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-04 01:23:52 -0500
committerRapptz <[email protected]>2015-12-04 01:23:52 -0500
commit99254fdf965e71c929a4d64390fe83810bc2fb45 (patch)
tree966461eba1fd56faf897e85aca8d205b733a4dc8 /docs
parentBegin working on asyncio port. (diff)
downloaddiscord.py-99254fdf965e71c929a4d64390fe83810bc2fb45.tar.xz
discord.py-99254fdf965e71c929a4d64390fe83810bc2fb45.zip
Add Forbidden and NotFound exceptions.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 1e0bdd62..f9853b6d 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -358,6 +358,10 @@ The following exceptions are thrown by the library.
.. autoexception:: HTTPException
:members:
+.. autoexception:: Forbidden
+
+.. autoexception:: NotFound
+
.. autoexception:: InvalidArgument
.. autoexception:: GatewayNotFound