Exception: Kwalify::ValidationError

Inherits:
BaseError show all
Defined in:
lib/tpkg/thirdparty/kwalify-0.7.2/lib/kwalify/errors.rb

Instance Attribute Summary

Attributes inherited from BaseError

#column, #error_symbol, #filename, #linenum, #path, #rule, #value

Instance Method Summary collapse

Methods inherited from BaseError

#<=>, #_to_s, #message, #to_s

Constructor Details

#initialize(message = "", path = nil, rule = nil, value = nil, error_symbol = nil) ⇒ ValidationError

Returns a new instance of ValidationError.



68
69
70
# File 'lib/tpkg/thirdparty/kwalify-0.7.2/lib/kwalify/errors.rb', line 68

def initialize(message="", path=nil, rule=nil, value=nil, error_symbol=nil)
  super(message, path, rule, value, error_symbol)
end