method

valid_error

valid_error(msg)
public

No documentation available.

# File lib/xsd/xmlparser/xmlscanner.rb, line 49
  def valid_error(msg)
    raise NotValidError.new(msg)
  end