D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rexml-3.4.0
/
lib
/
rexml
/
validation
/
Filename :
validationexception.rb
back
Copy
# frozen_string_literal: false module REXML module Validation class ValidationException < RuntimeError def initialize msg super end end end end