container module for error handling added
This commit is contained in:
parent
253a49c06b
commit
5b044a3f14
10
pylot/core/util/errors.py
Normal file
10
pylot/core/util/errors.py
Normal file
@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Mar 20 09:47:04 2014
|
||||
|
||||
@author: sebastianw
|
||||
"""
|
||||
|
||||
|
||||
class OptionsError(Exception):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user