method
new
v2_5_5 -
Show 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