Sha256: 07419735d190d6d07e171c815892c7b0545f9be57c13b0c30bb66ec12bc1f81e

Contents?: true

Size: 376 Bytes

Versions: 3

Compression:

Stored size: 376 Bytes

Contents

module HTTParty
  # Exception raised when you attempt to set a non-existant format
  class UnsupportedFormat < StandardError; end

  # Exception raised when using a URI scheme other than HTTP or HTTPS
  class UnsupportedURIScheme < StandardError; end

  # Exception that is raised when request has redirected too many times
  class RedirectionTooDeep < StandardError; end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
luigi-httparty-0.5.0.1 lib/httparty/exceptions.rb
luigi-httparty-0.5.0 lib/httparty/exceptions.rb
httparty-0.5.0 lib/httparty/exceptions.rb