Exception: RubyAemAws::UnknownResponse
- Inherits:
-
StandardError
- Object
- StandardError
- RubyAemAws::UnknownResponse
- Defined in:
- lib/ruby_aem_aws/error.rb
Overview
Raise this when a unknown Response received.
Instance Method Summary collapse
-
#initialize(msg = 'Unknown response code') ⇒ UnknownResponse
constructor
A new instance of UnknownResponse.
Constructor Details
#initialize(msg = 'Unknown response code') ⇒ UnknownResponse
Returns a new instance of UnknownResponse.
39 40 41 |
# File 'lib/ruby_aem_aws/error.rb', line 39 def initialize(msg = 'Unknown response code') super end |