UNPKG

tomjs

Version:
9 lines (8 loc) 207 B
class WSTimeOutRrror extends Error { constructor(message, info) { super(message); this.info = info; this.name = "WSTimeOutRrror"; } } module.exports = WSTimeOutRrror;