pakoito
12/18/2018, 3:30 PMHow 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.