Exception: ViewComponent::SystemTestControllerOnlyAllowedInTestError

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

Overview

:nocov:

Constant Summary collapse

MESSAGE =
"ViewComponent SystemTest controller must only be called in a test environment for security reasons."

Method Summary

Methods inherited from BaseError

#initialize

Constructor Details

This class inherits a constructor from ViewComponent::BaseError