Exception: REXML::Validation::ValidationException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- REXML::Validation::ValidationException
- Defined in:
- lib/rexml/validation/validationexception.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ ValidationException
constructor
A new instance of ValidationException.
Constructor Details
#initialize(msg) ⇒ ValidationException
Returns a new instance of ValidationException.
5 6 7 |
# File 'lib/rexml/validation/validationexception.rb', line 5 def initialize msg super end |