Exception: RubyAemAws::ExpectedSingleInstanceError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyAemAws::ExpectedSingleInstanceError
- Defined in:
- lib/ruby_aem_aws/error.rb
Overview
Raise this when a component unexpectedly has more than one instance.
Instance Method Summary collapse
-
#initialize(msg = 'Expected exactly one instance') ⇒ ExpectedSingleInstanceError
constructor
A new instance of ExpectedSingleInstanceError.
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 |