If your handlers don't take care of exception and just bubble them up, you have no clear exception message it's hard to actually know what is the message type. Specially if the code crashed in a library you don't own. It would be better to always (or and option) to always show the type of the message that failed.
