class Errapi::ValidationFailed

Attributes

context[R]

Public Class Methods

new(context) click to toggle source
Calls superclass method
# File lib/errapi/errors.rb, line 10
def initialize context
  super "#{context.errors.length} errors were found during validation."
  @context = context
end