This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Globally intercept methods decorated with @OnEvent
#655
Open
Description
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 🙏