Exception: ViewComponent::InvalidSlotDefinitionError

Inherits:
BaseError
  • Object
show all
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

#initialize

Constructor Details

This class inherits a constructor from ViewComponent::BaseError