nestjs-infisical-sdk
Version:
A NestJS module for Infisical Node SDK
10 lines • 438 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProjectIdNotFoundException = void 0;
class ProjectIdNotFoundException extends Error {
constructor() {
super('Missing Project ID. Please specify a valid Project ID to enable secrets injection into process.env');
}
}
exports.ProjectIdNotFoundException = ProjectIdNotFoundException;
//# sourceMappingURL=project-id-notfound.exception.js.map
;