Word description Reifies and saves the current continuation in the error-continuation global variable and throws an error. Execution does not continue at the point after the throw call. Rather, the innermost catch block is invoked, and execution continues at that point.