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
Proposed solution: All exception filters are annotated with the @Catch decorator and implement a catch method. We can use that to hook into the framework.
The text was updated successfully, but these errors were encountered:
https://docs.nestjs.com/exception-filters
Proposed solution: All exception filters are annotated with the
@Catch
decorator and implement acatch
method. We can use that to hook into the framework.The text was updated successfully, but these errors were encountered: