Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.7
/
usr
/
lib
/
ruby
/
2.7.0
/
rexml
/
validation
/
//proc/thread-self/root/opt/ruby-2.7/usr/lib/ruby/2.7.0/rexml/validation/validationexception.rb
# frozen_string_literal: false module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end