Exception: ViewComponent::BaseError
- Inherits:
-
StandardError
- Object
- StandardError
- ViewComponent::BaseError
- Defined in:
- lib/view_component/errors.rb
Direct Known Subclasses
ControllerCalledBeforeRenderError, HelpersCalledBeforeRenderError, InvalidCollectionArgumentError, InvalidSlotDefinitionError, MultipleInlineTemplatesError, NilWithContentError, SystemTestControllerNefariousPathError, SystemTestControllerOnlyAllowedInTestError, TranslateCalledBeforeRenderError
Instance Method Summary collapse
-
#initialize ⇒ BaseError
constructor
A new instance of BaseError.
Constructor Details
#initialize ⇒ BaseError
Returns a new instance of BaseError.
3 4 5 |
# File 'lib/view_component/errors.rb', line 3 def initialize super(self.class::MESSAGE) end |