Sha256: 9ca17014578c438e039a7c337f17b65f34e2a1d40bfabafcf470567f3e11b37c
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
module ForbesFinder class Error < StandardError end # Raised when no results are found for a particular domain e.g. # # ForbesFinder::Record.new('github.com') # # => ForbesFinder::EntryNotFound # class EntryNotFound < Error end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
forbes-finder-0.1.2 | lib/forbes-finder/errors.rb |
forbes-finder-0.1.1 | lib/forbes-finder/errors.rb |
forbes-finder-0.1.0 | lib/forbes-finder/errors.rb |