Class Kwalify::SchemaError
In: kwalify/errors.rb
Parent: BaseError

Methods

new  

Public Class methods

[Source]

# File kwalify/errors.rb, line 61
    def initialize(message="", path=nil, rule=nil, value=nil, error_symbol=nil)
      super(message, path, rule, value, error_symbol)
    end

[Validate]