mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
stash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f8476a1c87
commit
359d2326f8
12 changed files with 37 additions and 23 deletions
|
@ -229,6 +229,7 @@ public:
|
|||
status = dlctx.query(m_target);
|
||||
}
|
||||
catch (z3_error & ex) {
|
||||
ctx.regular_stream() << "(error \"query failed: " << ex.msg() << "\")" << std::endl;
|
||||
throw ex;
|
||||
}
|
||||
catch (z3_exception& ex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue