obspy.clients.base.ClientHTTPException
- exception ClientHTTPException(*args, **kwargs)[source]
Exception that should be raised for all HTTP exceptions.
Inherits from
requests.exceptions.RequestException
so catching the main requests exception catches this one as well.