class Grape::Exceptions::ValidationArrayErrors

def initialize(errors)

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