See Original text in context
method resume(Exception:D:)
Resumes control flow where .throw left it when handled in a CATCH block.
.throw
CATCH
# For example, resume control flow for any exception CATCH { default { .resume } }