Skip to main content
Module

x/replicache/abort-error.ts

Realtime Sync for Any Backend Stack
Latest
File
export class AbortError extends Error { name = 'AbortError'; constructor(message?: string) { super(message); }}