constructor.js 232 B

123456
  1. require('../../modules/es.error.to-string');
  2. require('../../modules/web.dom-exception.constructor');
  3. require('../../modules/web.dom-exception.stack');
  4. var path = require('../../internals/path');
  5. module.exports = path.DOMException;