json-file-output-bad-input-error.d.ts 203 B

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