method

wellformed_error

wellformed_error(msg)
public

No documentation available.

# File lib/xsd/xmlparser/xmlscanner.rb, line 45
  def wellformed_error(msg)
    raise NotWellFormedError.new(msg)
  end