Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/
Class
src/tools/browser/process-registry.ts:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
export
class
DevServerError extends Error {
77
constructor(message: string) {
78
super(message);
79
this.name =
'DevServerError'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected