Exception: Amazon::MWS::NoConnectionEstablished

Inherits:
MWSException show all
Defined in:
lib/amazon/mws/exceptions.rb

Overview

Raised if a request is attempted before any connections have been established.

Instance Method Summary collapse

Constructor Details

#initializeNoConnectionEstablished

Returns a new instance of NoConnectionEstablished.



74
75
76
# File 'lib/amazon/mws/exceptions.rb', line 74

def initialize
  super("\nPlease use Amazon::MWS::Base.establish_connection! before making API calls.")
end