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
/
src
/
errors.ts
7 lines
(6 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
class
NonRetriableError
extends
Error
{
constructor
(
message
:
string
) {
super
(message)
this
.
name
=
`NonRetriableError`
} }