throw.js 108 Bytes
'use strict';

var error = require('../valid-error');

module.exports = function () { throw error(this); };