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

Class

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

Source from the content-addressed store, hash-verified

43 * ```
44 */
45export class CodeGraphError extends Error {
46 /** Error code for categorization (e.g., 'FILE_ERROR', 'PARSE_ERROR') */
47 readonly code: string;
48 /** Additional context about the error */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected