You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Provides unhandled <see cref="Exception"/> handling to be used by standard middleware to convert into a <see cref="Microsoft.AspNetCore.Mvc.ProblemDetails"/>.
/// </summary>
public static class ExceptionHandlingMiddleware
{
/// <summary>
/// Configures the application to use <i>CoreEx</i> exception handling.