Exception: ViewComponent::InvalidCollectionArgumentError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- ViewComponent::InvalidCollectionArgumentError
- Defined in:
- lib/view_component/errors.rb
Constant Summary collapse
- MESSAGE =
"The value of the first argument passed to `with_collection` isn't a valid collection. " \ "Make sure it responds to `to_ary`."
Method Summary
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from ViewComponent::BaseError