ID:2209920
 
Resolved
Exceptions re-thrown by a previous error or throw statement will stay intact now, preserving the original stack trace and not generating a new one.
Applies to:Dream Daemon
Status: Resolved (511.1373)

This issue has been resolved.
.
Lummox JR resolved issue with message:
Exceptions re-thrown by a previous error or throw statement will stay intact now, preserving the original stack trace and not generating a new one.
Does this include the ability to view what the stack trace of a caught exception is from it's description or such?
The stack trace from the original exception is preserved when you re-throw it. The old code was basically sending a new exception.
I think you're not understanding what I mean.

The documentation on /exception says that there's only anything in the desc field when the exception is received by world/Error(), not when caught in a regular catch. I guess that didn't change then?

I mean this change should already be a huge improvement on its own though.