UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

11 lines 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceIdRejectException = void 0; class ServiceIdRejectException extends Error { constructor(message) { super(message); this.name = ServiceIdRejectException.name; } } exports.ServiceIdRejectException = ServiceIdRejectException; //# sourceMappingURL=service-id-reject.exception.js.map