’ve created a library services system, and recently I tried to add global exception handling for server-side error management, but it’s not working. I’ve tried everything, including switching to a CustomExceptionFilter, but nothing seems to help. Please assist, as I’m unsure how to proceed. Thank you
My project - https://github.com/Keyosarin/Library
I tried to add global exception handling for server-side error management, but it’s not working.The exception that occurs (Exception) is not overloaded and is not properly processed by custom ExceptionHandlerMiddleware, and instead the standard message about “NotFound” (404) is displayed, which is typical behavior if the controller or route is not found.