In Cuba 7.X, the exception dialog had a button that would allow the user to report an exception to the admin. This was removed in Jmix (unless I am wrong). I am looking at recreating this.
It seems the correct way to do this would be to add a new UiExceptionHandler (so that all exceptions can be handled by my new dialog) but I don’t see where in my project I should add this. I am unsure if this is a Spring thing or a Jmix thing so I am also unsure how to delve further to try and solve this myself.
Help?