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
/
cjs
/
errors.cjs
11 lines
(10 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
class
NonRetriableError
extends
Error
{
constructor
(
message
) {
super
(message);
this
.
name
=
`NonRetriableError`
; } }
exports
.
NonRetriableError
=
NonRetriableError
;
//# sourceMappingURL=errors.cjs.map