mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-28 17:01:54 -05:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
"use strict";
|
|
|
|
var error = require("../valid-error");
|
|
|
|
module.exports = function () { throw error(this); };
|