So, when I send the request to verify the address it will not raise error with the error address. We probably get different result by the same request. Sometimes will raise AddressNotFoundError and sometimes will not get any feedback.
I think it will be better to raise the TimeoutError, when the request timeout.
When we send a
Timeout
request, we will get empty response bodySo, when I send the request to verify the address it will not raise error with the error address. We probably get different result by the same request. Sometimes will raise
AddressNotFoundError
and sometimes will not get any feedback.I think it will be better to raise the
TimeoutError
, when the request timeout.