UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

7 lines (6 loc) 141 B
export class NonRetriableError extends Error { constructor(message: string) { super(message) this.name = `NonRetriableError` } }