Add new error kind: StorePathError

This commit is contained in:
Matthias Beyer 2016-05-12 15:03:57 +02:00
parent b4f17576f6
commit df33dec0c3

View file

@ -28,7 +28,8 @@ generate_error_types!(StoreError, StoreErrorKind,
PostHookExecuteError => "Post-Hook execution error", PostHookExecuteError => "Post-Hook execution error",
StorePathLacksVersion => "The supplied store path has no version part", StorePathLacksVersion => "The supplied store path has no version part",
GlobError => "glob() error", GlobError => "glob() error",
EncodingError => "Encoding error" EncodingError => "Encoding error",
StorePathError => "Store Path error"
); );
generate_error_types!(ParserError, ParserErrorKind, generate_error_types!(ParserError, ParserErrorKind,