mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-22 15:38:50 +00:00
initial commit
This commit is contained in:
14
build/lib/openmtc/model/exc.py
Normal file
14
build/lib/openmtc/model/exc.py
Normal file
@ -0,0 +1,14 @@
|
||||
'''
|
||||
Created on 26.05.2013
|
||||
|
||||
@author: kca
|
||||
'''
|
||||
from openmtc.exc import OpenMTCError
|
||||
|
||||
|
||||
class ModelError(OpenMTCError):
|
||||
pass
|
||||
|
||||
|
||||
class ModelTypeError(ModelError, TypeError):
|
||||
pass
|
Reference in New Issue
Block a user