class Grape::Exceptions::ValidationArrayErrors

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
Calls superclass method Grape::Exceptions::Base::new
# File lib/grape/exceptions/validation_array_errors.rb, line 8
def initialize(errors)
  super()
  @errors = errors
end