nestjs-infisical-sdk
Version:
A NestJS module for Infisical Node SDK
10 lines • 418 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientCredentialsNotFoundException = void 0;
class ClientCredentialsNotFoundException extends Error {
constructor() {
super('clientId and clientSecret are required');
}
}
exports.ClientCredentialsNotFoundException = ClientCredentialsNotFoundException;
//# sourceMappingURL=client-credentials-notfound.exception.js.map
;