Exception: REXML::Validation::ValidationException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rexml/validation/validationexception.rb

Instance Method Summary (collapse)

Constructor Details

- (ValidationException) initialize(msg)

A new instance of ValidationException



4
5
6
# File 'lib/rexml/validation/validationexception.rb', line 4

def initialize msg
  super
end