Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/
Class
src/errors.ts:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
* Error parsing source code
82
*/
83
export
class
ParseError extends CodeGraphError {
84
readonly filePath: string;
85
readonly line?: number;
86
readonly column?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected