mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-02 04:20:55 +01:00
8 lines
181 B
Python
8 lines
181 B
Python
## @brief Exception classes for datahandlers
|
|
|
|
class LodelDataHandlerException(Exception):
|
|
pass
|
|
|
|
|
|
class LodelDataHandlerConsistencyException(LodelDataHandlerException):
|
|
pass
|