Method: PureValidator::Errors::ValidationError#initialize
- Defined in:
- lib/pure_validator/errors.rb
#initialize(message, errors) ⇒ ValidationError
Returns a new instance of ValidationError.
6 7 8 9 |
# File 'lib/pure_validator/errors.rb', line 6 def initialize(, errors) @errors = errors super() end |