UNPKG

@tanstack/optimistic

Version:

Core optimistic updates library

11 lines (10 loc) 195 B
class NonRetriableError extends Error { constructor(message) { super(message); this.name = `NonRetriableError`; } } export { NonRetriableError }; //# sourceMappingURL=errors.js.map