Don’t let them handle you, you handle them! — Exception handling is a very important part of any code execution, and when it comes to Coroutines, it becomes very critical because to understand exception handling for Coroutines, you need to understand their basic way of operation and the concurrency pattern they support. …