Hi, is there a way to add an event listener to coroutine exceptions that we don't have access to ? S...
a
Hi, is there a way to add an event listener to coroutine exceptions that we don't have access to ? So like if at any moment there is an exception in any coroutine the listener is run ?
m