Sha256: efa7a410ecbef6b05607fd73c769498bf936f45911f3f211b03e51a6e39af9b0
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
module OpenGraphFetcher class Error < StandardError; end class InvalidURIError < Error; end class InvalidSchemeError < Error; end class InvalidPortError < Error; end class InvalidHostError < Error; end class IPResolutionError < Error; end class PrivateIPError < Error; end class FetchError < Error; end class ResponseError < Error; end class InvalidContentTypeError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open_graph_fetcher-0.3.0 | lib/open_graph_fetcher/errors.rb |