Sha256: a58e7fd2232051057634294f93687efeb42a6053f1526b919d62fe013152648c

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

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

4 entries across 4 versions & 2 rubygems

Version Path
grape-security-0.8.0 lib/grape/exceptions/unknown_options.rb
grape-0.9.0 lib/grape/exceptions/unknown_options.rb
grape-0.8.0 lib/grape/exceptions/unknown_options.rb
grape-0.7.0 lib/grape/exceptions/unknown_options.rb