Exception: Cascade::UnsupportedComponent
- Inherits:
-
StandardError
- Object
- StandardError
- Cascade::UnsupportedComponent
- 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
-
#initialize(msg = MESSAGE) ⇒ UnsupportedComponent
constructor
A new instance of UnsupportedComponent.
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 |