UNPKG

snyk

Version:

snyk library and cli utility

7 lines (6 loc) 244 B
import { CustomError } from './custom-error'; export declare class UnsupportedEntitlementError extends CustomError { readonly entitlement: string; private static ERROR_CODE; constructor(entitlement: string, userMessage?: string); }