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