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

Class

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

Source from the content-addressed store, hash-verified

65 * Error reading or accessing files
66 */
67export class FileError extends CodeGraphError {
68 readonly filePath: string;
69
70 constructor(message: string, filePath: string, cause?: Error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected