source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/rexml/validation/validationexception.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 145 bytes
RevLine 
[18425]1module REXML
2 module Validation
3 class ValidationException < RuntimeError
4 def initialize msg
5 super
6 end
7 end
8 end
9end
Note: See TracBrowser for help on using the repository browser.