Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/
Class
packages/graph/src/Exceptions.ts:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
export
class
EdgeNotFoundError extends GraphError {
42
public readonly edgeId: ElementId;
43
44
public constructor(id: ElementId) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected