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