"Try" monad should catch Exception instead of Throwable
SimonHarmonicMinor opened this issue · 0 comments
SimonHarmonicMinor commented
Suppressing the Throwable
might be critical because it could be either OutOfMemoryError
or StackOverflowError
. All subtypes of Error
should not be caught.