UNPKG

@tanstack/optimistic

Version:

Core optimistic updates library

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