On Monday, 3 June 2019 at 12:09:18 UTC, Adam D. Ruppe wrote: > Don't use just e.msg, that's just the string the constructor > sent, use e.toString and see if it works for you. toString works, thanks! :)