Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Errors): Errors with custom description
This is useful if a more meaningful message can be displayed to the user with `Error::exit`. For example, if a file is not found, the converted `io::Error` will give a message like: "error: entity not found" With this, it is possible to replace this message with a more useful one, like for instance: "error: configuration file not found" Coloring is respected. Some duplication in the `From::from` impls was reduced.
- Loading branch information