Files
dealplustech/dealplustech-astro/node_modules/crossws/dist/shared/crossws.By9qWDAI.mjs
2026-03-02 12:35:14 +07:00

9 lines
134 B
JavaScript

class WSError extends Error {
constructor(...args) {
super(...args);
this.name = "WSError";
}
}
export { WSError as W };