UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

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