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