mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-02 04:20:55 +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
|
||||
|
||||
|
||||
def LodelDataHandlerConsistencyException(LodelDataHandlerException):
|
||||
class LodelDataHandlerConsistencyException(LodelDataHandlerException):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue