mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
7 lines
314 B
JavaScript
7 lines
314 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function createUnhandledEntryError(unhandledValue) {
|
|
return new Error("Unhandled value: " + unhandledValue);
|
|
}
|
|
exports.createUnhandledEntryError = createUnhandledEntryError;
|
|
//# sourceMappingURL=createUnhandledEntryError.js.map
|