UNPKG

nestjs-infisical-sdk

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