mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
inherit more exceptions from std::exception
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a38bf3e22f
commit
abd16740ce
11 changed files with 12 additions and 12 deletions
|
@ -86,7 +86,7 @@ class lia2pb_tactic : public tactic {
|
|||
return is_target_core(n, u) && u > rational(1);
|
||||
}
|
||||
|
||||
struct failed {};
|
||||
struct failed : public std::exception {};
|
||||
|
||||
struct visitor {
|
||||
imp & m_owner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue