well, the exception is only thrown, after the call...
# coroutines
u
well, the exception is only thrown, after the call to future already returned. so it can only be reported (re-thrown) on await. that's at least my theory. did you try?