Skip to main content

Exception Handling

NestJS provides option of writing your own exception filters. We have added an exception filter with all the necessary exceptions to help you get started on the project very quickly.

To learn more about exception filters, click here.

note

No configuration is needed on your side. It is already added as a Global filter. 💥


Bonus

For better error tracking your application, we recommend using nest-eyewitness package.