UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

10 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnformattableResultsSchemaError = exports.UnformattableTriggerDefinitionSchemaError = void 0; class UnformattableTriggerDefinitionSchemaError extends Error { } exports.UnformattableTriggerDefinitionSchemaError = UnformattableTriggerDefinitionSchemaError; class UnformattableResultsSchemaError extends Error { } exports.UnformattableResultsSchemaError = UnformattableResultsSchemaError; //# sourceMappingURL=index.js.map