# HG changeset patch # User Goffi # Date 1537296830 -7200 # Node ID 60c9e163f1df6890e366d9802e74649908524701 # Parent f69c1b260e49684507c60a951a3b8273dfdcbe52 core (exceptions): new ConfigError exception diff -r f69c1b260e49 -r 60c9e163f1df sat/core/exceptions.py --- 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