UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

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