Merge branch 'master' of git://git.assembla.com/fpdb-eric
This commit is contained in:
commit
15c854d368
|
@ -1,4 +1,7 @@
|
|||
class FpdbParseError(Exception):
|
||||
class FPDBError(Exception):
|
||||
pass
|
||||
|
||||
class FpdbParseError(FPDBError):
|
||||
def __init__(self,hid=None):
|
||||
self.hid = hid
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user