SimonHarmonicMinor/Java-Useful-Utils

"Try" monad should catch Exception instead of Throwable

SimonHarmonicMinor opened this issue · 0 comments

Suppressing the Throwable might be critical because it could be either OutOfMemoryError or StackOverflowError. All subtypes of Error should not be caught.