From: Tom Christie Date: Tue, 11 Aug 2020 16:14:12 +0000 (+0100) Subject: Include invalid url exception in docs (#1166) X-Git-Tag: 0.14.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557ad70242564f5450d6d8ce199b010922506076;p=thirdparty%2Fhttpx.git Include invalid url exception in docs (#1166) * Advanced transport docs * Include InvalidURL in exception docs * Update docs/exceptions.md Co-authored-by: Florimond Manca Co-authored-by: Florimond Manca --- diff --git a/docs/exceptions.md b/docs/exceptions.md index f3ea4c08..7cbddf5d 100644 --- a/docs/exceptions.md +++ b/docs/exceptions.md @@ -76,6 +76,7 @@ except httpx.HTTPStatusError as exc: * TooManyRedirects * RequestBodyUnavailable * HTTPStatusError +* InvalidURL * NotRedirectResponse * CookieConflict * StreamError @@ -154,6 +155,9 @@ except httpx.HTTPStatusError as exc: ::: httpx.HTTPStatusError :docstring: +::: httpx.InvalidURL + :docstring: + ::: httpx.NotRedirectResponse :docstring: