throw.js 108 B

12345
  1. "use strict";
  2. var error = require("../valid-error");
  3. module.exports = function () { throw error(this); };