Hello, I have recently started using kotlin stubs with the new [Spring GRPC](https://github.com/spring-projects/spring-grpc) library and ran into this issue https://github.com/spring-projects/spring-grpc/issues/164. After registering a GRPC exception handler, my exception is swallowed [here](https://github.com/grpc/grpc-kotlin/blob/master/stub/src/main/java/io/grpc/kotlin/ServerCalls.kt#L259) and converted into an unknown instead of going through the proper chain. ### Versions ``` Kotlin stub version: 1.4.3 Spring GRPC version 0.8.0 Spring boot plugin version: 3.4.5 ```