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 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NotificationsAlreadySent extends Error { constructor() { super('Notifications already sent'); this.code = 204; } } exports.default = NotificationsAlreadySent; //# sourceMappingURL=NotificationsAlreadySent.js.map