Parent

Methods

Voodoo::Validator::ValidationError

Base class for errors signaled by the Validator.

Attributes

code[R]

Public Class Methods

new(message, code = nil) click to toggle source
# File voodoo/validator.rb, line 358
def initialize message, code = nil
  super message
  @code = code
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.