Searched refs:handle_500 (Results 1 – 3 of 3) sorted by relevance
95 def handle_500(request, response, exception):104 app.error_handlers[500] = handle_500
171 def handle_500(request, response, exception):180 app.error_handlers[500] = handle_500
83 def handle_500(request, response, exception): function226 500: handle_500,