class Xommelier::NoSchemaError

This error raised when there are no schema provided but {Xommelier::Xml::Element#valid?} called.

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/xommelier.rb, line 28
def initialize(object)
  super("Cannot validate #{object} because no schema provided for validation.")
end