// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
rexml
/
validation
[ PARENT ]
EDIT :: validationexception.rb
# frozen_string_literal: false module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end
SAVE
CANCEL