Add new error kind: StorePathError
This commit is contained in:
parent
b4f17576f6
commit
df33dec0c3
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue