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 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class CantFindCandidateException extends Error { constructor() { super('Cant find candidate'); this.code = 201; } } exports.default = CantFindCandidateException; //# sourceMappingURL=CantFindCandidateException.js.map