Flowdock
new( prefix, source, parser ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/undefinednamespaceexception.rb, line 5
    def initialize( prefix, source, parser )
      super( "Undefined prefix #{prefix} found" )
    end
Register or log in to add new notes.