UNPKG

wsmini

Version:

Minimalist WebSocket client and server for real-time applications with RPC, PubSub, Rooms and Game state synchronization.

8 lines (6 loc) 143 B
export default class WSServerError extends Error { constructor(message) { super(message); this.name = 'WSServerError'; } }