UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

19 lines 514 B
"use strict"; /** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ Object.defineProperty(exports, "__esModule", { value: true }); const throwParseError = (msg) => { const error = new Error(`FLASH Parse error: ${msg}`); throw (error); }; const throwRuntimeError = (msg) => { const error = new Error(`Transformation error: ${msg}`); throw (error); }; exports.default = { throwParseError, throwRuntimeError }; //# sourceMappingURL=thrower.js.map