nest-raven
nest-raven copied to clipboard
Globally intercept methods decorated with `@OnEvent`
Hi and thank you for your library.
I'm not an expert with NestJS, so I'm not sure how to resolve this issue:
I would like to intercept the exceptions thrown by method decorated by @OnEvent
.
Every exception thrown by the the http controller are well captured by your lib, but not the @OnEvent
methods.
Thanks 🙏