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 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NotEnoughRepostsException extends Error { constructor() { super('Not enough reposts'); this.code = 200; } } exports.default = NotEnoughRepostsException; //# sourceMappingURL=NotEnoughRepostsException.js.map