Searched defs:throwTheError (Results 1 – 1 of 1) sorted by relevance
25 const throwTheError = () => { throw theError; }; function53 const throwTheError = class { constructor() { throw theError; } }; class