ID:1953525
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Per the reasons discussed in id:1939165,

it'd be great to have references to src and usr stored in the /exception datum. I don't know if this should be explicit references (might cause garbage collection issues?), or just their \ref, so you'd have to locate() that.
As of right now, you don't have all that descriptive information of the actual src when an exception happens.

It would be amazing if exceptions had an "object" or "thrower" variable or something which will be a reference (soft ref from "\ref[]" would work too) to the object throwing the error, or null if it's on a global proc.
In response to PJB3005
Pretty sure that's what usr is for
In response to PJB3005
usr is for verbs.