Marcin Wisniowski
WindowExceptionHandlerFactory
application { CompositionLocalProvider(LocalWindowExceptionHandlerFactory provides MyHandler) { throw Exception("1") Window(..) { throw Exception("2") } } }
A modern programming language that makes developers happier.