Class: REXML::UndefinedNamespaceException (Ruby 2.3.4)

In Files

  • rexml/undefinednamespaceexception.rb

Methods

Class/Module Index [+]

Quicksearch

REXML::UndefinedNamespaceException

Public Class Methods

new( prefix, source, parser )
 
               # File rexml/undefinednamespaceexception.rb, line 5
def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end