Sha256: 6376d940642c8a672349729e711a86fb21d18c0493411327b5e3f869ed83c214

Contents?: true

Size: 205 Bytes

Versions: 11

Compression:

Stored size: 205 Bytes

Contents

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

11 entries across 11 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.5 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.4 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.3 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.2 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.2.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.1.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.0.3 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.0.2 lib/grape/exceptions/invalid_with_option_for_represent.rb