1 2 3 4 5 6 7 8 9
module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end