Component - Error handling (try, catch, throw)
This Swift UI component demonstrates how to handle errors using try, catch, and throw. It shows a button that when tapped, attempts to perform a task that might fail, and displays success or error messages accordingly.