aboutsummaryrefslogtreecommitdiffstats
path: root/error_handlers/http_404.py
diff options
context:
space:
mode:
Diffstat (limited to 'error_handlers/http_404.py')
-rw-r--r--error_handlers/http_404.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/error_handlers/http_404.py b/error_handlers/http_404.py
deleted file mode 100644
index 712bf748..00000000
--- a/error_handlers/http_404.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# coding=utf-8
-
-
-class Index:
- error_code = 404
-
- def err(self, req):
- return req.Response(text="Page not found!", code=404)