File "validationexception.rb"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/ruby20/lib64/ruby/2.0.0/rexml/validation/validationexception.rb
File size: 145 bytes
MIME-type: text/x-ruby
Charset: utf-8
module REXML
module Validation
class ValidationException < RuntimeError
def initialize msg
super
end
end
end
end