Exception: RepeaterMethods::MethodUnresponsiveError
- Inherits:
-
StandardError
- Object
- StandardError
- RepeaterMethods::MethodUnresponsiveError
- Defined in:
- lib/block_repeater/repeater_methods.rb
Overview
Custom exception for when the repeater response does not respond to a given method
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.
67 68 69 |
# File 'lib/block_repeater/repeater_methods.rb', line 67 def initialize(msg = 'Value in repeater did not respond to given method') super end |