What's the clean way to extract the message that passes the nothrow argument? Do I really have to embed another try catch?
I didn't even know it had a `message`... you should be able to pull the `.msg` member directly though, which is a simple string and not a function at all.
http://dpldocs.info/experimental-docs/object.Throwable.html