UNPKG

foxx_generator

Version:

Generate Foxx APIs using Statecharts and Domain Driven Design

14 lines (10 loc) 288 B
(function () { 'use strict'; var ConditionNotFulfilled; ConditionNotFulfilled = function (msg) { this.name = 'ConditionNotFulfilled'; this.msg = msg; }; ConditionNotFulfilled.prototype = Error.prototype; exports.ConditionNotFulfilled = ConditionNotFulfilled; }());