MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/errors.ts:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 * Error with search operations
127 */
128export class SearchError extends CodeGraphError {
129 readonly query: string;
130
131 constructor(message: string, query: string, cause?: Error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected