(errorConstructor)
| 94 | /* eslint-disable no-restricted-syntax */ |
| 95 | { |
| 96 | function thrower(errorConstructor) { |
| 97 | throw new errorConstructor({}); |
| 98 | } |
| 99 | |
| 100 | let threw = false; |
| 101 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…