UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

8 lines 174 B
export class RequiredError extends Error { field; constructor(field, msg) { super(msg); this.field = field; } } //# sourceMappingURL=Errors.js.map