ruchy-syntax-tools
Version:
Comprehensive syntax highlighting and language support for the Ruchy programming language
17 lines (11 loc) • 328 B
JavaScript
// Generated by CoffeeScript 1.12.7
(function() {
var XMLDOMErrorHandler;
module.exports = XMLDOMErrorHandler = (function() {
function XMLDOMErrorHandler() {}
XMLDOMErrorHandler.prototype.handleError = function(error) {
throw new Error(error);
};
return XMLDOMErrorHandler;
})();
}).call(this);