diff options
Diffstat (limited to 'docs/api.rst')
| -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 |