// Generated by CoffeeScript 2.4.1(function(){// Represents the error handler for DOM operationsvarXMLDOMErrorHandler;module.exports=XMLDOMErrorHandler=classXMLDOMErrorHandler{// Initializes a new instance of `XMLDOMErrorHandler`constructor(){}// Called on the error handler when an error occurs.// `error` the error message as a stringhandleError(error){thrownewError(error);}};}).call(this);