can I simply override a `CoroutineExceptionHandler...
# coroutines
g
can I simply override a
CoroutineExceptionHandler
to do something like throw a customized/derrivative of the provided
Throwable
and have that new throwable be what appears as an argument in a
resumeWithException
?