Files
OpenMTC/build/lib/openmtc/mapper/exc.py
Christian Klopp e9af73dfe8 initial commit
2017-11-07 14:41:38 +01:00

12 lines
126 B
Python

"""
Created on 02.06.2013
@author: kca
"""
from openmtc.exc import OpenMTCError
class MapperError(OpenMTCError):
pass