<@U5FRVFK0E> wrapping with `coroutineScope { … }` ...
# coroutines
l
@myanmarking wrapping with
coroutineScope { … }
will solve your problem because only this scope will be cancelled, and you can then catch the exception outside of it when it rethrows it.