Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/
Class
packages/arctic/src/util/context.ts:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
export
namespace Context {
4
export
class
NotFound extends Error {
5
constructor(public override readonly name: string) {
6
super(`No context found
for
${name}`)
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected