UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

11 lines (10 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IfcExpressionFunctionConfigException = void 0; class IfcExpressionFunctionConfigException extends Error { constructor(message) { super(message); } } exports.IfcExpressionFunctionConfigException = IfcExpressionFunctionConfigException; //# sourceMappingURL=IfcExpressionFunctionConfigException.js.map