mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-15 21:28:08 +00:00
12 lines
126 B
Python
12 lines
126 B
Python
"""
|
|
Created on 02.06.2013
|
|
|
|
@author: kca
|
|
"""
|
|
|
|
from openmtc.exc import OpenMTCError
|
|
|
|
|
|
class MapperError(OpenMTCError):
|
|
pass
|