diff options
Diffstat (limited to 'lib/rexml/undefinednamespaceexception.rb')
-rw-r--r-- | lib/rexml/undefinednamespaceexception.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rexml/undefinednamespaceexception.rb b/lib/rexml/undefinednamespaceexception.rb index 8ebfdfd0a9..e522ed57ea 100644 --- a/lib/rexml/undefinednamespaceexception.rb +++ b/lib/rexml/undefinednamespaceexception.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'rexml/parseexception' module REXML class UndefinedNamespaceException < ParseException |