diff --git a/examples/foiaghost.py b/examples/foiaghost.py index 9c95792..1e4a496 100644 --- a/examples/foiaghost.py +++ b/examples/foiaghost.py @@ -35,9 +35,7 @@ recipe.add_transform( add_response, error_map={ ( - httpx.ConnectError, - httpx.ConnectTimeout, - httpx.ReadTimeout, + httpx.HTTPError, SSLCertVerificationError, SSLError, ): "bad_requests"