Exception: ViewComponent::InvalidSlotDefinitionError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- ViewComponent::InvalidSlotDefinitionError
- Defined in:
- lib/view_component/errors.rb
Constant Summary collapse
- MESSAGE =
"Invalid slot definition. Please pass a class, " \ "string, or callable (that is proc, lambda, etc)"
Method Summary
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from ViewComponent::BaseError