class Secretariat::ValidationError
Attributes
errors[R]
Public Class Methods
new(reason, errors = [])
click to toggle source
Calls superclass method
# File lib/secretariat/validation_error.rb, line 20 def initialize(reason, errors = []) super(reason) @errors = errors end