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

Function MYERR

Script/Hzh.js:135–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
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) {
144 super(message);
145 this.name = "EventError";
146 }
147 }
148 return {
149 ParseError,
150 EventError,
151 };
152}
153
154function getCookie() {
155 if (

Callers 1

Hzh.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected