Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

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 4
def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end