Sha256: a3a7d340b79d9817a6db87ab9de2b1e94f8ab4403df2baa56433685a652d3260

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

# encoding: utf-8
module Grape
  module Exceptions
    class InvalidWithOptionForRepresent < Base
      def initialize
        super(message: compose_message("invalid_with_option_for_represent"))
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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