Method: REXML::UndefinedNamespaceException#initialize

Defined in:
lib/rexml/undefinednamespaceexception.rb

#initialize(prefix, source, parser) ⇒ UndefinedNamespaceException

Returns a new instance of UndefinedNamespaceException.



5
6
7
# File 'lib/rexml/undefinednamespaceexception.rb', line 5

def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end