MCPcopy Create free account
hub / github.com/Moli-X/Resources / constructor

Method constructor

Script/Hzh.js:143–146  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

141 }
142 class EventError extends Error {
143 constructor(message) {
144 super(message);
145 this.name = "EventError";
146 }
147 }
148 return {
149 ParseError,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected