elearning/Frontend-Learner/node_modules/crossws/dist/shared/crossws.By9qWDAI.mjs

9 lines
134 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
class WSError extends Error {
constructor(...args) {
super(...args);
this.name = "WSError";
}
}
export { WSError as W };