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:
parent
77e092c31c
commit
0fcc88d07c
3 changed files with 720 additions and 0 deletions
9
lib/rexml/validation/validationexception.rb
Normal file
9
lib/rexml/validation/validationexception.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module REXML
|
||||
module Validation
|
||||
class ValidationException < RuntimeError
|
||||
def initialize msg
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue