repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Imported File#ftype spec from rubyspecs.
[rbx.git]
/
lib
/
rexml
/
validation
/
validationexception.rb
blob
4723d9e4d3c6540996cc8537775dcc36942ca338
1
module REXML
2
module Validation
3
class ValidationException < RuntimeError
4
def initialize msg
5
super
6
end
7
end
8
end
9
end