You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
344 B

4 years ago
  1. // Generated by CoffeeScript 1.12.7
  2. (function() {
  3. var XMLDOMErrorHandler;
  4. module.exports = XMLDOMErrorHandler = (function() {
  5. function XMLDOMErrorHandler() {}
  6. XMLDOMErrorHandler.prototype.handleError = function(error) {
  7. throw new Error(error);
  8. };
  9. return XMLDOMErrorHandler;
  10. })();
  11. }).call(this);