``` ts try { throw new Error(); } catch (e) { return false; } ``` `e` should not be an error.