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.



5
6
7
# File 'lib/cascade/exceptions/unsupported_component.rb', line 5

def initialize(msg = MESSAGE)
  super
end