Closed Ivan-Shaml closed 9 months ago
Closes #818 - Send 404 instead of 500 for NoResourceFoundException
Added the exceptions to the GlobalControllerExceptionHandler -> 404 is returned.
GlobalControllerExceptionHandler
Could you please add tests?
Added unit tests, fixed my mistake, overlooked the PR first time.
Closes #818 - Send 404 instead of 500 for NoResourceFoundException
Added the exceptions to the
GlobalControllerExceptionHandler
-> 404 is returned.