Sha256: 44c8d7cda09730e859ad4f9a997d215f4e515a6f082137fedb8469e6e391be1c

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

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

      def initialize(klass, to_format)
        super(message: compose_message("invalid_formatter", klass: klass, to_format: to_format))
      end

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-0.6.1 lib/grape/exceptions/invalid_formatter.rb