Create an error handler function that handles a 404 error and returns a jsonifyed response with the msg field containing text Something was not found and code 404.
Tip: Consider using the jsonify method to make sure your function returns proper json response.