Exception: Bootstrap::ViewHelpers::Components::StyleNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Bootstrap::ViewHelpers::Components::StyleNotFoundError
- Defined in:
- lib/bootstrap/view_helpers/components/style_not_found_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ StyleNotFoundError
constructor
A new instance of StyleNotFoundError.
Constructor Details
#initialize(message) ⇒ StyleNotFoundError
Returns a new instance of StyleNotFoundError.
5 6 7 |
# File 'lib/bootstrap/view_helpers/components/style_not_found_error.rb', line 5 def initialize() super("Contextual style \"#{}\" does not exist") end |