aboutsummaryrefslogtreecommitdiffstats
path: root/TSGroupAssigner/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'TSGroupAssigner/exceptions.py')
-rw-r--r--TSGroupAssigner/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/TSGroupAssigner/exceptions.py b/TSGroupAssigner/exceptions.py
new file mode 100644
index 0000000..a0bb55b
--- /dev/null
+++ b/TSGroupAssigner/exceptions.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+__all__ = ['DateException']
+
+
+class DateException(Exception):
+ """Exceptions thrown if configured date is out of range"""