Sha256: f73a4aa8e9c21de368df94dbe77e4814e085cb86f61cef46b1d8fd15c115c35a

Contents?: true

Size: 236 Bytes

Versions: 22

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

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

22 entries across 22 versions & 2 rubygems

Version Path
grape-2.2.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-2.1.3 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-2.1.2 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-2.1.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-2.1.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-2.0.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.8.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.7.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.7.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.6.2 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.6.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.6.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.5.3 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.5.2 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.5.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.5.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.4.0/lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.4.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.3.3 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-1.3.2 lib/grape/exceptions/invalid_with_option_for_represent.rb