container module for error handling added

This commit is contained in:
Sebastian Wehling-Benatelli 2014-03-27 15:34:42 +01:00
parent 253a49c06b
commit 5b044a3f14

10
pylot/core/util/errors.py Normal file
View File

@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Mar 20 09:47:04 2014
@author: sebastianw
"""
class OptionsError(Exception):
pass