Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/hydro-dev/Hydro
/ message
Method
message
framework/framework/error.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
get message() {
19
return
this.msg();
20
}
21
}
22
23
const
Err = (name: string, Class: IHydroError, ...info: Array<(() => string) | string | number>) => {
Callers
1
handleWS
Method · 0.45
Calls
1
msg
Method · 0.95
Tested by
no test coverage detected