suppressed-error.js 234 B

1234567
  1. 'use strict';
  2. require('../modules/es.error.cause');
  3. require('../modules/es.error.to-string');
  4. require('../modules/esnext.suppressed-error.constructor');
  5. var path = require('../internals/path');
  6. module.exports = path.SuppressedError;