Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby27/share/ruby/rexml/validation/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/ruby27/share/ruby/rexml/validation/validationexception.rb |
# frozen_string_literal: false module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end