2018-01-09 15:36:42 +01: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.');
}