diff options
| author | Rapptz <[email protected]> | 2015-10-27 21:25:21 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-27 21:25:21 -0400 |
| commit | 9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4 (patch) | |
| tree | dcd0027c47afafda930b2f13410cfa5ddd6e5c59 /docs | |
| parent | All HTTP requests now throw HTTPException. (diff) | |
| download | discord.py-9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4.tar.xz discord.py-9b2a78a0319d00fd93e8f5ac13ab4ef5edbbb2e4.zip | |
Add InvalidArgument exception and change exceptions thrown.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index e0080e36..03100c08 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -289,5 +289,7 @@ The following exceptions are thrown by the library. .. autoexception:: HTTPException :members: +.. autoexception:: InvalidArgument + .. autoexception:: GatewayNotFound |