class Grape::Exceptions::ValidationArrayErrors

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
# File lib/grape/exceptions/validation_array_errors.rb, line 6
def initialize(errors)
  @errors = errors
end