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