Exception: RubyAemAws::ExpectedSingleInstanceError

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

Overview

Raise this when a component unexpectedly has more than one instance.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Expected exactly one instance') ⇒ ExpectedSingleInstanceError

Returns a new instance of ExpectedSingleInstanceError.



46
47
48
# File 'lib/ruby_aem_aws/error.rb', line 46

def initialize(msg = 'Expected exactly one instance')
  super
end