Sha256: 22205ab71ff63cca121a18b49700d11745678e1e53d0761c80357f73323cfe70

Contents?: true

Size: 217 Bytes

Versions: 10

Compression:

Stored size: 217 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

10 entries across 10 versions & 1 rubygems

Version Path
grape-1.0.1 lib/grape/exceptions/unknown_options.rb
grape-1.0.0 lib/grape/exceptions/unknown_options.rb
grape-0.19.2 lib/grape/exceptions/unknown_options.rb
grape-0.19.1 lib/grape/exceptions/unknown_options.rb
grape-0.19.0 lib/grape/exceptions/unknown_options.rb
grape-0.18.0 lib/grape/exceptions/unknown_options.rb
grape-0.17.0 lib/grape/exceptions/unknown_options.rb
grape-0.16.2 lib/grape/exceptions/unknown_options.rb
grape-0.16.1 lib/grape/exceptions/unknown_options.rb
grape-0.15.0 lib/grape/exceptions/unknown_options.rb