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