throw.js 109 B

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