Currently, if an uncaught exception happens in the...
# compose-desktop
s
Currently, if an uncaught exception happens in the app, a dialog is created with an error message based on the message of the exception. How do we stop this behavior and implement our own handling?
t
It was described in the PR where this was added, let me search for it
i
There is a bug in 1.0.1 - we can't override
LocalWindowExceptionHandlerFactory
. Will be fixed in 1.0.2/1.1. Until then there is a workaround.
👍🏻 1
👍 1
s
Thank you!