Overhaul CLI error handling to allow multiple levels of context
This commit is contained in:
parent
b7bc2d30ae
commit
d274e81d0d
17 changed files with 214 additions and 129 deletions
|
|
@ -602,7 +602,7 @@ impl<'a> ParseTableBuilder<'a> {
|
|||
}
|
||||
write!(&mut msg, "\n").unwrap();
|
||||
|
||||
Err(Error(msg))
|
||||
Err(Error::new(msg))
|
||||
}
|
||||
|
||||
fn get_auxiliary_node_info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue