file-flag-bad-input.d.ts 197 B

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