UNPKG

generator-swagapi

Version:

Yeoman generator for swagger-based express application.

13 lines (9 loc) 187 B
'use strict'; function Error(options) { if (!options) { options = {}; } this.code = options.code; this.message = options.message; } module.exports = Error;