Add error kinds for configuration errors

This commit is contained in:
Matthias Beyer 2016-07-16 17:56:34 +02:00
parent f689784402
commit c09f0b302f

View file

@ -1,5 +1,7 @@
generate_error_module!(
generate_error_types!(GitHookError, GitHookErrorKind,
ConfigError => "Configuration Error",
ConfigTypeError => "Configuration value type wrong",
MkRepo => "Repository creation error"
);
);