Sha256: 1e2d064e13ef21d9af2aee65c25bc4ea3c8ab40b66b3a5e22e4455af9bc8041e

Contents?: true

Size: 156 Bytes

Versions: 2

Compression:

Stored size: 156 Bytes

Contents

module MWS

  class MWSException < StandardError
  end

  class MissingConnectionOptions < MWSException
  end

  class NoNextToken < MWSException
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-mws-0.0.3 lib/ruby-mws/exceptions.rb
ruby-mws-0.0.2 lib/ruby-mws/exceptions.rb