nest-raven icon indicating copy to clipboard operation
nest-raven copied to clipboard

Globally intercept methods decorated with `@OnEvent`

Open bmassemin opened this issue 1 year ago • 1 comments

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 🙏

bmassemin avatar Jan 29 '24 14:01 bmassemin