Is there a way to get the current exception inside a scope(failure)? I have a try..catch around my main loop which simply logs the caught exception and rethrows it. I'd like to replace this with a simple scope (failure) but I haven't found any way to access the exception causing the unwinding.
- scope(failure): get exception Justin Whear
- Re: scope(failure): get exception Jonathan M Davis
- Re: scope(failure): get exception Justin Whear
- Re: scope(failure): get exception Jonathan M Davis
- Re: scope(failure): get exception Jacob Carlborg
- Re: scope(failure): get exception Jonathan M Davis
- Re: scope(failure): get exception Jacob Carlborg
- Re: scope(failure): get exception Jonathan M Davis
- Re: scope(failure): get exception Jacob Carlborg
