"use strict"; exports.__esModule = true; exports["default"] = throwError; function throwError(e) { throw e; } module.exports = exports["default"];