Skip to content
Snippets Groups Projects
Commit 98729d75 authored by Chris Lemaire's avatar Chris Lemaire
Browse files

Use ResourceNotFoundException to indicate 404

EntityNotFoundException turned out to not result in a status code 404.
Instead the Spring ResourceNotFoundException handles this.

Previously, a custom ResourceNotFoundException was used to handle the
404 status code. It turns out Spring had one all along, so the Spring
ResourceNotFoundException is now used.
parent db2b5945
No related branches found
No related tags found
2 merge requests!17Development,!16Resolve "Change EntityNotFoundException into ResourceNotFoundException"
Pipeline #318531 passed
Showing
with 45 additions and 87 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment