UNPKG

@telstra/core

Version:
8 lines (7 loc) 237 B
import { ErrorCode } from '../../constants/ErrorConstants.js'; import { AuthError } from './AuthError.js'; export class InvalidProfileNameError extends AuthError { constructor() { super(ErrorCode.InvalidProfileName); } }