lib/grape/exceptions/unknown_options.rb in grape-0.6.1 vs lib/grape/exceptions/unknown_options.rb in grape-0.7.0

- old
+ new

@@ -1,14 +1,10 @@ # 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