| 43 | * ``` |
| 44 | */ |
| 45 | export 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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected