Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmarzzucco/globalfilterexceptions

Global exception filters Template for different programming languages ​​(TypeScript, C#, Java). Filters are designed to centrally handle errors and improve application robustness through consistent exception handling.
https://github.com/dmarzzucco/globalfilterexceptions

csharp exception-handling express-middleware expressjs java middleware nestjs net spring-boot typescript

Last synced: 14 days ago
JSON representation

Global exception filters Template for different programming languages ​​(TypeScript, C#, Java). Filters are designed to centrally handle errors and improve application robustness through consistent exception handling.

Awesome Lists containing this project

README

        

# Global Filter Exceptions Template
Exception manager in applications using global filters. It includes middleware examples for TypeScript, C# and Java, making it easy to integrate into existing projects. Each file provides a basic schema that can be tailored to the specific needs of each application, ensuring efficient and consistent error handling.