> How can I replace finally block in classic tr...
# arrow
p
How can I replace finally block in classic try { } catch ?
Finally exists because an uncaught exception returns from the enclosing scope.
Try { }
returns a value instead, you can act on the result of that value in any way you want.