UNPKG

foxx_generator

Version:

Generate Foxx APIs using Statecharts and Domain Driven Design

13 lines (10 loc) 274 B
(function () { 'use strict'; var VertexNotFound; VertexNotFound = function () { this.name = 'VertexNotFound'; this.message = 'The vertex could not be found'; }; VertexNotFound.prototype = Error.prototype; exports.VertexNotFound = VertexNotFound; }());