You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
By default, Tornado FX installs a custom UncaughtExceptionHandler called DefaultErrorHandler.
If an error is thrown, this error handler will pop up a dialog describing the error along with a stack trace. To configure a custom error handler, implement Thread.UncaughtExceptionHandler and install it: