Sha256: b0bc21bfad5125c210cb39db1689e7780a850ae5f046686484ae18ff7f529dd9

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: false
require 'rexml/parseexception'
module REXML
  class UndefinedNamespaceException < ParseException
    def initialize( prefix, source, parser )
      super( "Undefined prefix #{prefix} found" )
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/rexml-edge/rexml/undefinednamespaceexception.rb
rho-tau-extensions-7.4.1 libs/rexml-edge/rexml/undefinednamespaceexception.rb
rho-tau-extensions-7.1.17 libs/rexml-edge/rexml/undefinednamespaceexception.rb
ruby-compiler-0.1.1 vendor/ruby/lib/rexml/undefinednamespaceexception.rb