API/api.medcify.app/node_modules/snyk/dist/lib/errors/exclude-flag-bad-input.d.ts

7 lines
200 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { CustomError } from './custom-error';
export declare class ExcludeFlagBadInputError extends CustomError {
private static ERROR_CODE;
private static ERROR_MESSAGE;
constructor();
}