Files

8 lines
109 B
JavaScript
Raw Permalink Normal View History

2019-07-24 18:16:32 +01:00
"use strict";
var error = require("../valid-error");
module.exports = function () {
throw error(this);
};