Searched refs:handle_404 (Results 1 – 4 of 4) sorted by relevance
90 def handle_404(request, response, exception):103 app.error_handlers[404] = handle_404
166 def handle_404(request, response, exception):179 app.error_handlers[404] = handle_404
83 def handle_404(request, response, exception):91 app.error_handlers[404] = handle_404
72 def handle_404(request, response, exception): function224 404: handle_404,