changeset 2674:60c9e163f1df

core (exceptions): new ConfigError exception
author Goffi <goffi@goffi.org>
date Tue, 18 Sep 2018 20:53:50 +0200
parents f69c1b260e49
children 39d187f3698d
files sat/core/exceptions.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat/core/exceptions.py	Fri Sep 14 16:45:11 2018 +0200
+++ b/sat/core/exceptions.py	Tue Sep 18 20:53:50 2018 +0200
@@ -64,6 +64,10 @@
     pass
 
 
+class ConfigError(Exception):
+    pass
+
+
 class DataError(Exception):
     pass