Add Forbidden and NotFound exceptions.

This commit is contained in:
Rapptz
2015-12-04 01:23:52 -05:00
parent f197c34583
commit 99254fdf96
3 changed files with 26 additions and 2 deletions

View File

@ -358,6 +358,10 @@ The following exceptions are thrown by the library.
.. autoexception:: HTTPException
:members:
.. autoexception:: Forbidden
.. autoexception:: NotFound
.. autoexception:: InvalidArgument
.. autoexception:: GatewayNotFound