summaryrefslogtreecommitdiffstats
path: root/pytzdata/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pytzdata/exceptions.py')
-rw-r--r--pytzdata/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pytzdata/exceptions.py b/pytzdata/exceptions.py
new file mode 100644
index 0000000..e6744a6
--- /dev/null
+++ b/pytzdata/exceptions.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+from ._compat import FileNotFoundError
+
+
+class TimezoneNotFound(FileNotFoundError):
+
+ pass