11 lines
131 B
Python
11 lines
131 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Thu Mar 20 09:47:04 2014
|
|
|
|
@author: sebastianw
|
|
"""
|
|
|
|
|
|
class OptionsError(Exception):
|
|
pass
|