Sha256: 3cbab6506a3b2cda462ed2145083ee29da0db431804104e7c5fdf3ee93107975

Contents?: true

Size: 224 Bytes

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
grape-0.14.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.13.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.12.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.11.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.10.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.10.0 lib/grape/exceptions/invalid_with_option_for_represent.rb