Sha256: cb42394fd85ef8df1a37a19d4acc68485f3fe0b75444b79c74cb95ce14b147d0

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 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

7 entries across 7 versions & 1 rubygems

Version Path
grape-0.6.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.5.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.4.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.4.0 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.3.2 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.3.1 lib/grape/exceptions/invalid_with_option_for_represent.rb
grape-0.3.0 lib/grape/exceptions/invalid_with_option_for_represent.rb