1
0
Fork 0

Add WorkingOnTask "Error"

This commit is contained in:
Malte Brandy 2018-06-22 23:26:27 +02:00
parent 4b3d84f509
commit 2499e2f2cc
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -40,5 +40,11 @@ pub mod error {
MailDir(maildir::MailEntryError);
MailParse(mailparse::MailParseError);
}
errors {
WorkingOnTask(t: String) {
description("Working on task")
display("Working on task:\n{}", t)
}
}
}
}