Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dmarzzucco/globalfilterexceptions
- Owner: DMarzzucco
- Created: 2024-10-31T18:39:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:03:21.000Z (25 days ago)
- Last Synced: 2024-12-09T20:22:21.755Z (25 days ago)
- Topics: csharp, exception-handling, express-middleware, expressjs, java, middleware, nestjs, net, spring-boot, typescript
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.