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

Method constructor

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

Source from the content-addressed store, hash-verified

135function MYERR() {
136 class ParseError extends Error {
137 constructor(message) {
138 super(message);
139 this.name = "ParseError";
140 }
141 }
142 class EventError extends Error {
143 constructor(message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected