UNPKG

@tanstack/optimistic

Version:

Core optimistic updates library

11 lines (10 loc) 298 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); class NonRetriableError extends Error { constructor(message) { super(message); this.name = `NonRetriableError`; } } exports.NonRetriableError = NonRetriableError; //# sourceMappingURL=errors.cjs.map