Add exception handling
When I request non existing objects, i.g. http://localhost:5000/rdm/svm-api/v1/configurations/232323
I get a HTTP 500 "Internal server error".
I think the service should return something like 404 "Not found" in this case?
Is it possible to add appropriate error handling to flask?