exclude-flag-bad-input.d.ts 200 B

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