Hacker News new | ask | show | jobs
by anuragsoni 1093 days ago
`finally` will also cover scenarios where the an exception is raised from within catch, or if the catch block doesn't handle an exception that's raised in the `try` block.