3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 08:58:44 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-04-23 15:22:44 -07:00
parent 7641393f8a
commit f6fbeda9d7
3 changed files with 7 additions and 7 deletions

View file

@ -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 {