export default class ValidatorError extends Error { field: string; constructor(field: string, message: string); }