Sha256: a1b375d8151b347cada350389754b8e8ad3e1ba93f730c41c16358960459685e

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

module Bootstrap
  module ViewHelpers
    module Components
      class StyleNotFoundError < StandardError
        def initialize(message)
          super("Contextual style \"#{message}\" does not exist")
        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/style_not_found_error.rb
bootstrap-view_helpers-0.0.2 lib/bootstrap/view_helpers/components/style_not_found_error.rb