Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ constructor
Method
constructor
src/utils/gracefulShutdown.ts:526–528 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
524
525
class
CleanupTimeoutError extends Error {
526
constructor() {
527
super(
'Cleanup timeout'
)
528
}
529
}
530
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected