UNPKG

vagabond-uml

Version:

UML support for Vagabond via XMI and JDL files

8 lines (6 loc) 212 B
'use strict'; var WrongValidationException = module.exports = function(message) { this.name = 'WrongValidationException'; this.message = (message || ''); }; WrongValidationException.prototype = new Error();