mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
|
@ -215,7 +215,7 @@ struct check_logic::imp {
|
|||
m_logic = logic;
|
||||
}
|
||||
|
||||
struct failed {};
|
||||
struct failed : public std::exception {};
|
||||
std::string m_last_error;
|
||||
|
||||
void fail(std::string &&msg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue