UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

12 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequiredError = void 0; class RequiredError extends Error { field; constructor(field, msg) { super(msg); this.field = field; } } exports.RequiredError = RequiredError; //# sourceMappingURL=Errors.js.map