[new] added a new Error -> ProcessingError raised in case of failed restitution
This commit is contained in:
parent
cf514ae024
commit
699ba6f122
@ -24,3 +24,6 @@ class OverwriteError(IOError):
|
||||
|
||||
class ParameterError(Exception):
|
||||
pass
|
||||
|
||||
class ProcessingError(RuntimeError):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user