add ObjectModelNotSupportedException
This commit is contained in:
parent
ddc17071db
commit
b8d4e25828
@ -0,0 +1,2 @@
|
|||||||
|
class ObjectModelNotSupportedException (Exception):
|
||||||
|
pass
|
||||||
@ -1,3 +1,4 @@
|
|||||||
from .DataFormat import DataFormat
|
from .DataFormat import DataFormat
|
||||||
from .ObjectModel import ObjectModel
|
from .ObjectModel import ObjectModel
|
||||||
from .InvalidDataFormatException import InvalidDataFormatException
|
from .InvalidDataFormatException import InvalidDataFormatException
|
||||||
|
from .ObjectModelNotSupportedException import ObjectModelNotSupportedException
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user