From 5b044a3f1424c3b169a1b8577ae0d800e4f7ba29 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 27 Mar 2014 15:34:42 +0100 Subject: [PATCH] container module for error handling added --- pylot/core/util/errors.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pylot/core/util/errors.py 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