UNPKG

strophe.js

Version:

Strophe.js is an XMPP library for JavaScript

8 lines (7 loc) 162 B
class SessionError extends Error { constructor(message) { super(message); this.name = 'StropheSessionError'; } } export { SessionError };