ZerethShell
File Manager
SQL Manager
/
opt
/
alt
/
ruby25
/
lib64
/
ruby
/
2.5.0
/
rexml
/
validation
validationexception.rb
# frozen_string_literal: false module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end
Kaydet
Vazgeç