UNPKG

@telstra/core

Version:
8 lines (7 loc) 266 B
import { ErrorCode } from '../../constants/ErrorConstants.js'; import { ConfigurationError } from './ConfigurationError.js'; export class MissingClientSecretError extends ConfigurationError { constructor() { super(ErrorCode.MissingClientSecret); } }