2017-09-19 16:04:11 -04:00

6 lines
171 B
JavaScript

try {
throw 0;
} catch (e) {
e = new TypeError('A new variable is not being declared or initialized; the catch binding is being referenced and cannot be removed.');
}