UNPKG

nestjs-infisical-sdk

Version:
6 lines (5 loc) 141 B
export class ClientCredentialsNotFoundException extends Error { constructor() { super('clientId and clientSecret are required'); } }