Current path: opt/alt/ruby24/lib64/ruby/2.4.0/rexml/validation/
⬆️ Go up: rexml
# frozen_string_literal: false
module REXML
module Validation
class ValidationException < RuntimeError
def initialize msg
super
end
end
end
end