Dmitry Zhikharev
Results
1
issues of
Dmitry Zhikharev
Hi! I see that `LoggingThriftMethodInterceptor` wraps any exception into a `TApplicationException` in `afterThrowing()`, `TApplicationException` being a checked exception. I did a small refactoring of that class and have just left...