(collectionId?: string)
| 31 | |
| 32 | export class StreamAbortedError extends ElectricDBCollectionError { |
| 33 | constructor(collectionId?: string) { |
| 34 | super(`Stream aborted`, collectionId) |
| 35 | this.name = `StreamAbortedError` |
| 36 | } |
| 37 | } |
nothing calls this directly
no outgoing calls
no test coverage detected