exception.js 54 B

123
  1. module.exports = function (error) {
  2. throw error;
  3. };