too-many-vuln-paths.d.ts 230 B

1234567
  1. import { CustomError } from './custom-error';
  2. export declare class TooManyVulnPaths extends CustomError {
  3. private static ERROR_CODE;
  4. private static ERROR_STRING_CODE;
  5. private static ERROR_MESSAGE;
  6. constructor();
  7. }