Sha256: 801fae5d0a1a20779c4487e8de2af14ff4dd03d7291c8cf90802cca642615a8f

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

module OpenGraphFetcher
  class Error < StandardError; 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.2.0 lib/open_graph_fetcher/errors.rb