mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
fix #7629
This commit is contained in:
parent
7641393f8a
commit
f6fbeda9d7
3 changed files with 7 additions and 7 deletions
|
@ -63,8 +63,8 @@ namespace smt {
|
|||
class model_generator;
|
||||
class context;
|
||||
|
||||
struct cancel_exception : public std::exception {
|
||||
char const * what() const noexcept override { return "smt-canceled"; }
|
||||
struct oom_exception : public z3_error {
|
||||
oom_exception() : z3_error(ERR_MEMOUT) {}
|
||||
};
|
||||
|
||||
struct enode_pp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue