10 lines
182 B
C#
10 lines
182 B
C#
|
|
using Microsoft.AspNetCore.Diagnostics;
|
|||
|
|
|
|||
|
|
namespace PARR.API.Infrastructure.Middleware
|
|||
|
|
{
|
|||
|
|
public class GlobalExceptionHandler//: IExceptionHandler
|
|||
|
|
{
|
|||
|
|
//todo:
|
|||
|
|
}
|
|||
|
|
}
|