Class Methods
lib/rexml/undefinednamespaceexception.rb
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rexml/undefinednamespaceexception.rb, line 5
def initialize( prefix, source, parser )
super( "Undefined prefix #{prefix} found" )
end
No documentation available