Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/
Class
g2all/700/module/utils.js:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
import
{ Int } from
"./int64.js"
;
19
20
export
class
DieError extends Error {
21
constructor(...args) {
22
super(...args);
23
this.name = this.constructor.name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected