Remove the reraise with additional message feature
Appending additional string data to a reraised exception is too prone to breaking if the 'args' attribute does not faithfully record the __init__ arguments of an exception, which is apparently all too common.