UNPKG

cql-execution

Version:

An execution framework for the Clinical Quality Language (CQL)

11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exception = void 0; class Exception { constructor(message, wrapped) { this.message = message; this.wrapped = wrapped; } } exports.Exception = Exception; //# sourceMappingURL=exception.js.map