Exception: Ipregistry::ClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/ipregistry/errors.rb

Overview

Raised for failures that occur on the client side rather than being reported by the API, such as network errors or a response that cannot be decoded. The underlying cause, when any, is available through #cause.

Direct Known Subclasses

ConnectionError, ParseError, TimeoutError