UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

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