return-or-throw
function
(return-or-throw try-and-catch-result)
Depending on the run-time type of the value of try-and-catch-result, returns the value or throws the exception.
try-and-catch-result