Add more error kinds
This commit is contained in:
parent
96a22a0d47
commit
8a255484d0
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
generate_error_module!(
|
||||
generate_error_types!(EditError, EditErrorKind,
|
||||
IOError => "IO Error"
|
||||
IOError => "IO Error",
|
||||
ProcessExitFailure => "Process did not exit properly",
|
||||
InstantiateError => "Instantation error"
|
||||
);
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue