Exception: Amazon::MWS::NoConnectionEstablished
- Inherits:
-
MWSException
- Object
- StandardError
- MWSException
- Amazon::MWS::NoConnectionEstablished
- Defined in:
- lib/amazon/mws/exceptions.rb
Overview
Raised if a request is attempted before any connections have been established.
Instance Method Summary collapse
-
#initialize ⇒ NoConnectionEstablished
constructor
A new instance of NoConnectionEstablished.
Constructor Details
#initialize ⇒ NoConnectionEstablished
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 |