UNPKG

@yobta/validator

Version:
9 lines (8 loc) 204 B
export class YobtaError extends Error { constructor({ field, message, path }) { super(message); this.name = 'YobtaError'; this.field = field; this.path = path; } }