Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6.0
-
None
Description
Many times callers propagate a checked exception within an unchecked exception, usually via Throwables.propagate. Call getFirstThrowableOfType to map the exit code in this situation.