diff --git a/pylot/core/util/errors.py b/pylot/core/util/errors.py new file mode 100644 index 00000000..68125c2d --- /dev/null +++ b/pylot/core/util/errors.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +""" +Created on Thu Mar 20 09:47:04 2014 + +@author: sebastianw +""" + + +class OptionsError(Exception): + pass