Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/
Class
packages/graph/src/Exceptions.ts:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
export
class
LabelNotFoundError extends GraphError {
52
public readonly label: string;
53
54
public constructor(label: string) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected