diff options
| author | Rapptz <[email protected]> | 2015-12-04 01:23:52 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-04 01:23:52 -0500 |
| commit | 99254fdf965e71c929a4d64390fe83810bc2fb45 (patch) | |
| tree | 966461eba1fd56faf897e85aca8d205b733a4dc8 /docs | |
| parent | Begin working on asyncio port. (diff) | |
| download | discord.py-99254fdf965e71c929a4d64390fe83810bc2fb45.tar.xz discord.py-99254fdf965e71c929a4d64390fe83810bc2fb45.zip | |
Add Forbidden and NotFound exceptions.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
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 |