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