Sha256: 5ae82f9d199faa843aefa4bc2073333e85b148e21f733b00dc7d52a972e3125f

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

module Vacuum
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
vacuum-0.0.1 lib/vacuum/error.rb