Exception: RubyAemAws::UnknownResponse

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_aem_aws/error.rb

Overview

Raise this when a unknown Response received.

Instance Method Summary collapse

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