1 2 3 4 5 6 7 8
# coding=utf-8 class Index: error_code = 404 def err(self, req): return req.Response(text="Page not found!", code=404)