UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

8 lines (7 loc) 173 B
export class TypeValidateError extends Error { constructor(message, value, type) { super(message); this.value = value; this.type = type; } }