I agree in this case the exception message is unhelpful. We should probably be more careful when doing exception messages.
Regarding the part you dont know how to eleminate, it is something we added recently to better be able to pinpoint the location where the exception was caught. Is systems become more complex, this can be useful information as well. That being said, we probably don't have to print the entire thing. Maybe we could settle to just printing the top of the stack?
Thanks @romadsen-ks. Understood about the lower messages / stack trace. Maybe it's useful info with other UIs, or other scenarios. At least it's printed at the bottom, so it's not as distracting as the messages at the top. Printing a portion of it is a good idea, if that suffices for everyone else. Feel free to add to the MR.