aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
new file mode 100644
index 00000000..8c3d9c1c
--- /dev/null
+++ b/pysite/constants.py
@@ -0,0 +1,8 @@
+# coding=utf-8
+__author__ = "Gareth Coles"
+
+from enum import IntEnum
+
+
+class ErrorCodes(IntEnum):
+ unknown_route = 0