Respuesta :

When an exception is thrown in a function, the function-call stack is unwound so that the exception can be caught in the next try/catch block.