7 lines
197 B
TypeScript
7 lines
197 B
TypeScript
|
import { CustomError } from './custom-error';
|
||
|
export declare class FileFlagBadInputError extends CustomError {
|
||
|
private static ERROR_CODE;
|
||
|
private static ERROR_MESSAGE;
|
||
|
constructor();
|
||
|
}
|