Exception: Bootstrap::ViewHelpers::Components::StyleNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bootstrap/view_helpers/components/style_not_found_error.rb

Instance Method Summary collapse

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(message)
  super("Contextual style \"#{message}\" does not exist")
end