Edit file File name : validationexception.rb Content :module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end Save