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 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NoEventException extends Error { constructor() { super('No event'); this.code = 1; } } exports.default = NoEventException; //# sourceMappingURL=NoEventException.js.map