Sha256: aafc14b09e683d076da4d18b1cc23d11bb61fc7b62bb6277fd534e4c71be9650

Contents?: true

Size: 228 Bytes

Versions: 5

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

module Grape
  module Exceptions
    class ValidationArrayErrors < Base
      attr_reader :errors

      def initialize(errors)
        super()
        @errors = errors
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grape-2.2.0 lib/grape/exceptions/validation_array_errors.rb
grape-2.1.3 lib/grape/exceptions/validation_array_errors.rb
grape-2.1.2 lib/grape/exceptions/validation_array_errors.rb
grape-2.1.1 lib/grape/exceptions/validation_array_errors.rb
grape-2.1.0 lib/grape/exceptions/validation_array_errors.rb