class Bootstrap::ViewHelpers::Components::Button::ButtonTypeNotFoundError
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/bootstrap/view_helpers/components/button/button_type_not_found_error.rb, line 6 def initialize(type) super("Button type \"#{type}\" does not exist") end