Current path: opt/alt/ruby21/lib64/ruby/2.1.0/rexml/validation/
⬆️ Go up: rexml
module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end