Add more error kinds

This commit is contained in:
Matthias Beyer 2016-08-09 12:35:00 +02:00
parent 96a22a0d47
commit 8a255484d0

View file

@ -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"
);
);