summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb')
-rw-r--r--ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb b/ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb
deleted file mode 100644
index 8ebfdfd0a9..0000000000
--- a/ruby_1_9_3/lib/rexml/undefinednamespaceexception.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require 'rexml/parseexception'
-module REXML
- class UndefinedNamespaceException < ParseException
- def initialize( prefix, source, parser )
- super( "Undefined prefix #{prefix} found" )
- end
- end
-end