From c3ccf23d5807f2ff20127bf5e42df0977bf672fb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 11 Jan 2020 21:37:00 +0900 Subject: Make rexml library to the bundle gems [Feature #16485][ruby-core:96683] --- lib/rexml/validation/validationexception.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/rexml/validation/validationexception.rb (limited to 'lib/rexml/validation/validationexception.rb') diff --git a/lib/rexml/validation/validationexception.rb b/lib/rexml/validation/validationexception.rb deleted file mode 100644 index 78cd63fd04..0000000000 --- a/lib/rexml/validation/validationexception.rb +++ /dev/null @@ -1,10 +0,0 @@ -# frozen_string_literal: false -module REXML - module Validation - class ValidationException < RuntimeError - def initialize msg - super - end - end - end -end -- cgit v1.2.3