Current Path :
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
rexml
/
validation
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/lib64/ruby/1.8/rexml/validation/validationexception.rb
module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end