rename DuplicateError to FpdbHandDuplicate, add matching FpdbHandError and FpdbHandPartial (not sure where to implement catching those though)
This commit is contained in:
parent
2be8b9d33b
commit
d36ac3f927
|
@ -48,5 +48,11 @@ class FpdbPostgresqlNoDatabase(FpdbDatabaseError):
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return repr(self.value +" " + self.errmsg)
|
return repr(self.value +" " + self.errmsg)
|
||||||
|
|
||||||
class DuplicateError(FpdbError):
|
class FpdbHandError(FpdbError):
|
||||||
|
pass
|
||||||
|
|
||||||
|
class FpdbHandDuplicate(FpdbHandError):
|
||||||
|
pass
|
||||||
|
|
||||||
|
class FpdbHandPartial(FpdbHandError):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user