Exception: MonoVM::Whois::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/monovm/whois/errors.rb

Overview

Base class for every error this gem raises.

A library that raises bare exceptions leaves callers rescuing everything or nothing. Here the taxonomy is meaningful: callers who just want "did it blow up" rescue Error, while callers that retry on a busy registry but give up on a bad domain can discriminate.