ps2census
Version:
Client to connect to the PS2 Event Stream websocket.
11 lines • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamResponseException = void 0;
class StreamResponseException extends Error {
constructor(message) {
super(message);
this.name = StreamResponseException.name;
}
}
exports.StreamResponseException = StreamResponseException;
//# sourceMappingURL=stream-response.exception.js.map