1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 11:39:02 +01:00

Changed datahandler exceptions from functions to classes

This commit is contained in:
Roland Haroutiounian 2017-02-10 11:12:44 +01:00 committed by prieto
commit b6093866cd

View file

@ -1,6 +1,6 @@
def LodelDataHandlerException(Exception):
class LodelDataHandlerException(Exception):
pass
def LodelDataHandlerConsistencyException(LodelDataHandlerException):
class LodelDataHandlerConsistencyException(LodelDataHandlerException):
pass