Edit File: exclude-flag-invalid-input.d.ts
import { CustomError } from './custom-error'; export declare class ExcludeFlagInvalidInputError extends CustomError { private static ERROR_CODE; private static ERROR_MESSAGE; constructor(); }
Back to File Manager