Why does the following code snippet not handle error raised inside the teardown_req?
from flask import Flask, jsonify app = Flask(__name__) @app.teardown_reques