You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
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 🙏
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
@OnEventmethods.Thanks 🙏