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

Method constructor

packages/db/src/errors.ts:439–442  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

437// Query Compilation Errors
438export class QueryCompilationError extends TanStackDBError {
439 constructor(message: string) {
440 super(message)
441 this.name = `QueryCompilationError`
442 }
443}
444
445export class UnsafeAliasPathError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected