Join Slack
Powered by
<@U3U3P3GCT> `catch (e: T)` catches everything (it...
# getting-started
d
damian
03/30/2017, 2:39 PM
@nekoinemo
catch (e: T)
catches everything (it's a bug). like
@miha-x64
said, you could replace it with
catch (e: Exception)
and the test will still pass
2
Views
Open in Slack
Previous
Next