method
new
ruby latest stable - Class:
REXML ::UndefinedNamespaceException
new( prefix, source, parser )public
No documentation available.
# File lib/rexml/undefinednamespaceexception.rb, line 5
def initialize( prefix, source, parser )
super( "Undefined prefix #{prefix} found" )
end