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

Class

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

Source from the content-addressed store, hash-verified

110 * Error with database operations
111 */
112export class DatabaseError extends CodeGraphError {
113 readonly operation: string;
114
115 constructor(message: string, operation: string, cause?: Error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected