Component - Exception handling in coroutines
This UI component demonstrates how exceptions are caught and handled inside Kotlin coroutines in an Android app. It shows a button that starts a coroutine which may throw an error, and the UI updates to show success or error messages accordingly.