class RubyAemAws::ExpectedSingleInstanceError
Raise this when a component unexpectedly has more than one instance.
Public Class Methods
new(msg = 'Expected exactly one instance')
click to toggle source
Calls superclass method
# File lib/ruby_aem_aws/error.rb, line 46 def initialize(msg = 'Expected exactly one instance') super end