orney21d / dotnet-exception-handler

Clean way of handling exceptions in api projects using middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-exception-handler

Simple way of handling exceptions in ASP.NET

Core Concept

Thrown exceptions are being caught in middleware and then being handled respectfully returning ProblemDetails class in know specification

About

Clean way of handling exceptions in api projects using middleware


Languages

Language:C# 100.0%