Imported File#ftype spec from rubyspecs.
[rbx.git] / lib / rexml / validation / validationexception.rb
blob4723d9e4d3c6540996cc8537775dcc36942ca338
1 module REXML
2   module Validation
3     class ValidationException < RuntimeError
4       def initialize msg
5         super
6       end
7     end
8   end
9 end