1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

These validation files for REXML need to be included in the main branch.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ser 2004-07-07 13:21:39 +00:00
parent 77e092c31c
commit 0fcc88d07c
3 changed files with 720 additions and 0 deletions

View file

@ -0,0 +1,9 @@
module REXML
module Validation
class ValidationException < RuntimeError
def initialize msg
super
end
end
end
end