UNPKG

@xmpp/xml

Version:
9 lines (7 loc) 143 B
"use strict"; module.exports = class XMLError extends Error { constructor(...args) { super(...args); this.name = "XMLError"; } };