Documentation for method rethrow
assembled from the following pages:
Class: Exception §
From Exception
(Exception) method rethrow §
Defined as:
method rethrow(Exception:)
Rethrows an exception that has already been thrown at least once. This is different from throw
in that it preserves the original backtrace.
sub f() ;sub g() ;g;CATCH ;