Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • rexml/undefinednamespaceexception.rb

Methods

Class/Module Index [+]

Quicksearch

REXML::UndefinedNamespaceException

Public Class Methods

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