UNPKG
@tanstack/optimistic
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Core optimistic updates library
tanstack.com/optimistic
TanStack/optimistic
@tanstack/optimistic
/
dist
/
esm
/
errors.js
11 lines
(10 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
class
NonRetriableError
extends
Error
{ constructor(message) { super(message); this.name =
`NonRetriableError`
; } } export { NonRetriableError };
//
# sourceMappingURL=errors.js.map