reThrowUnchecked
Deprecated
Use rethrowAlways(Throwable) instead and guard against null
Rethrows the argument unchecked (as is if it's an Error or RuntimeException, or wrapped in RuntimeException).
Use rethrowAlways(Throwable) instead and guard against null
Rethrows the argument unchecked (as is if it's an Error or RuntimeException, or wrapped in RuntimeException).