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
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 |