Exception: ViewComponent::MultipleInlineTemplatesError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/view_component/errors.rb

Constant Summary collapse

MESSAGE =
"Inline templates can only be defined once per-component."

Method Summary

Methods inherited from BaseError

#initialize

Constructor Details

This class inherits a constructor from ViewComponent::BaseError