MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/electric-db-collection/src/errors.ts:33–36  ·  view source on GitHub ↗
(collectionId?: string)

Source from the content-addressed store, hash-verified

31
32export class StreamAbortedError extends ElectricDBCollectionError {
33 constructor(collectionId?: string) {
34 super(`Stream aborted`, collectionId)
35 this.name = `StreamAbortedError`
36 }
37}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected