knxultimate
Version:
KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.
11 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class DateFormatError extends Error {
constructor() {
super('Date format');
Object.setPrototypeOf(this, DateFormatError.prototype);
Object.getPrototypeOf(this).name = 'DateFormatError';
}
}
exports.default = DateFormatError;
//# sourceMappingURL=DateFormatError.js.map