method
wellformed_error
ruby latest stable - Class:
XSD::XMLParser::XMLScanner
wellformed_error(msg)public
No documentation available.
# File lib/xsd/xmlparser/xmlscanner.rb, line 45
def wellformed_error(msg)
raise NotWellFormedError.new(msg)
end