Added ViewError
This commit is contained in:
parent
92c848dc81
commit
fcb9001c1e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ generate_error_module!(
|
|||
Unknown => "Unknown view error",
|
||||
GlobError => "Error while glob()ing",
|
||||
PatternError => "Error in glob() pattern",
|
||||
PatternBuildingError => "Could not build glob() pattern"
|
||||
PatternBuildingError => "Could not build glob() pattern",
|
||||
ViewError => "Failed to start viewer"
|
||||
);
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue