Sha256: d6a41dc64337531ab32df8e46bb868089a36d395342034e8ed8712152a9336c7
Contents?: true
Size: 246 Bytes
Versions: 2
Compression:
Stored size: 246 Bytes
Contents
module MWS class MWSException < StandardError end class MissingConnectionOptions < MWSException end class NoNextToken < MWSException end class ErrorResponse < MWSException end class BadResponseError < MWSException end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-mws-0.1 | lib/ruby-mws/exceptions.rb |
ruby-mws-0.0.4 | lib/ruby-mws/exceptions.rb |