From 56cbb5242ced12a73d9e710fb7e227996b841ef1 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 11 Jun 2018 15:55:17 -0500 Subject: Add httpexception for status code 308 --- docs/api/httpexceptions.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api/httpexceptions.rst') diff --git a/docs/api/httpexceptions.rst b/docs/api/httpexceptions.rst index d4cf97f1d..e25a07cd5 100644 --- a/docs/api/httpexceptions.rst +++ b/docs/api/httpexceptions.rst @@ -51,6 +51,8 @@ .. autoexception:: HTTPTemporaryRedirect + .. autoexception:: HTTPPermanentRedirect + .. autoexception:: HTTPBadRequest .. autoexception:: HTTPUnauthorized -- cgit v1.2.3