Exception: Amazon::MWS::NoConnectionEstablished

Inherits:
MWSException
  • Object
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



43
44
45
# File 'lib/amazon/mws/exceptions.rb', line 43

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