class REXML::UndefinedNamespaceException
公共类方法
new( prefix, source, parser ) 点击切换源代码
调用超类方法
REXML::ParseException::new
# File rexml-3.4.0/lib/rexml/undefinednamespaceexception.rb, line 5 def initialize( prefix, source, parser ) super( "Undefined prefix #{prefix} found" ) end