try-catch: My question is: when an error happens in my try-block, the catch-block handles it, but the rest of the program crashes
The issue is that when an exception occurs in the try block, the catch block handles it flawlessly, but after managing it, the application crashes, which is the primary objective of the try-catch blocks.