UNPKG

@webf/rule

Version:

Business rule validation library

9 lines (7 loc) 153 B
export class RuleError extends Error { ruleKey: string; constructor(ruleKey: string) { super('Invalid rule'); this.ruleKey = ruleKey; } }