UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

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