UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

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