Exception: RepeaterMethods::MethodUnresponsiveError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/block_repeater/repeater_methods.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Value in repeater did not respond to given method') ⇒ MethodUnresponsiveError

Returns a new instance of MethodUnresponsiveError.



61
62
63
# File 'lib/block_repeater/repeater_methods.rb', line 61

def initialize(msg = 'Value in repeater did not respond to given method')
  super
end