Sha256: 7f647b713883c9956c115239d64ece8da07a5c5be5d48cf8e3edf952f834f123

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

# encoding: utf-8
module Grape
  module Exceptions
    class UnknownOptions < Base

      def initialize(options)
        super(:message => compose_message("unknown_options", :options => options))
      end

    end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grape-0.6.0 lib/grape/exceptions/unknown_options.rb
grape-0.5.0 lib/grape/exceptions/unknown_options.rb
grape-0.4.1 lib/grape/exceptions/unknown_options.rb
grape-0.4.0 lib/grape/exceptions/unknown_options.rb
grape-0.3.2 lib/grape/exceptions/unknown_options.rb
grape-0.3.1 lib/grape/exceptions/unknown_options.rb
grape-0.3.0 lib/grape/exceptions/unknown_options.rb