Sha256: 0d4a0a4dacdb7fa80e2f71962e9974f5a350e2994b126ce1a40a546ca2cea67e

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

module Bootstrap
  module ViewHelpers
    module Components
      class Button < Component
        class ButtonTypeNotFoundError < StandardError
          def initialize(type)
            super("Button type \"#{type}\" does not exist")
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-view_helpers-0.0.3 lib/bootstrap/view_helpers/components/button/button_type_not_found_error.rb
bootstrap-view_helpers-0.0.2 lib/bootstrap/view_helpers/components/button/button_type_not_found_error.rb