Exception: RepeaterMethods::MethodUnresponsiveError
- Inherits:
-
StandardError
- Object
- StandardError
- RepeaterMethods::MethodUnresponsiveError
- Defined in:
- lib/block_repeater/repeater_methods.rb
Instance Method Summary collapse
-
#initialize(msg = 'Value in repeater did not respond to given method') ⇒ MethodUnresponsiveError
constructor
A new instance of MethodUnresponsiveError.
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 |