Exception: Cascade::UnsupportedComponent

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cascade/exceptions/unsupported_component.rb

Constant Summary collapse

MESSAGE =
'You should provide data provider that respond to `each` method'

Instance Method Summary collapse

Constructor Details

#initialize(msg = MESSAGE) ⇒ UnsupportedComponent

Returns a new instance of UnsupportedComponent.



7
8
9
# File 'lib/cascade/exceptions/unsupported_component.rb', line 7

def initialize(msg = MESSAGE)
  super
end