class RubyAemAws::UnknownResponse
Raise this when a unknown Response received.
Public Class Methods
new(msg = 'Unknown response code')
click to toggle source
Calls superclass method
# File lib/ruby_aem_aws/error.rb, line 39 def initialize(msg = 'Unknown response code') super end