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

Forgot to add the validation files.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ser 2004-07-07 01:19:09 +00:00
parent dfe27e4386
commit 46d92962f9
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