UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.

18 lines (17 loc) 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "JobValidationException", { enumerable: true, get: function() { return JobValidationException; } }); class JobValidationException extends Error { constructor(message, taskId){ super(message); this.name = `JobValidationError [${taskId || "anonymous"}]`; } } //# sourceMappingURL=job.exceptions.js.map