class ParamsValidator::InvalidParamsException

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
Calls superclass method
# File lib/params_validator.rb, line 9
def initialize(errors)
  @errors = errors

  super()
end