mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-01 03:59:02 +01:00
Changed datahandler exceptions from functions to classes
This commit is contained in:
parent
c48c0119a2
commit
b6093866cd
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
def LodelDataHandlerException(Exception):
|
class LodelDataHandlerException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def LodelDataHandlerConsistencyException(LodelDataHandlerException):
|
class LodelDataHandlerConsistencyException(LodelDataHandlerException):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue