class Bootstrap::ViewHelpers::Components::StyleNotFoundError

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/bootstrap/view_helpers/components/style_not_found_error.rb, line 5
def initialize(message)
  super("Contextual style \"#{message}\" does not exist")
end