UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

10 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NoContestException extends Error { constructor() { super('No contest'); this.code = 1; } } exports.default = NoContestException; //# sourceMappingURL=NoContestException.js.map