UNPKG

nestjs-infisical-sdk

Version:
10 lines 438 B
"use strict"; 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