import ValidatorThrowable from "./ValidatorThrowable"; export default class ValidatorError extends ValidatorThrowable { field: string; value: any; constructor(field: string, value: any, message: string); }