So for `Option` that could be used as `catch( thro...
# arrow
s
So for
Option
that could be used as
catch( throw RuntimeException("boom!")) { _ -> Unit }
.