Sha256: 3e252a07af8b5c8a246e8b777bf7f647851381544b1d29ecc9e5e3a0efa5d328
Contents?: true
Size: 256 Bytes
Versions: 49
Compression:
Stored size: 256 Bytes
Contents
module HTTParty # Exception raised when you attempt to set a non-existant format class UnsupportedFormat < StandardError; end # Exception that is raised when request has redirected too many times class RedirectionTooDeep < StandardError; end end
Version data entries
49 entries across 49 versions & 17 rubygems