mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
remove custom exception, perhaps this handles exception issue
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d80c4307a6
commit
517b081202
|
@ -148,11 +148,7 @@ namespace nlsat {
|
|||
typedef algebraic_numbers::anum anum;
|
||||
typedef algebraic_numbers::manager anum_manager;
|
||||
|
||||
class solver_exception : public default_exception {
|
||||
public:
|
||||
solver_exception(char const * msg):default_exception(msg) {}
|
||||
virtual ~solver_exception() {}
|
||||
};
|
||||
typedef default_exception solver_exception;
|
||||
|
||||
class assignment;
|
||||
|
||||
|
|
Loading…
Reference in a new issue