Sha256: 5883674cb709d8884cee32bc9a9711ef04a65af41d0d2b4c988329145da724f2
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
module AmazonProduct # Raised when a bad locale is specified. class BadLocale < ArgumentError; end # Raised when the Amazon key is not specified. class MissingKey < ArgumentError; end # Raised when the Amazon secret is not specified. class MissingSecret < ArgumentError; end # Raised when the Amazon associate tag is not specified. class MissingTag < ArgumentError; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amazon_product-3.0.1 | lib/amazon_product/error.rb |
amazon_product-3.0.0.pre.2 | lib/amazon_product/error.rb |
amazon_product-3.0.0.pre.1 | lib/amazon_product/error.rb |