Exception: RepeaterMethods::MethodUnresponsiveError

Inherits:
StandardError
  • Object
show all
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

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