3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-02 11:33:21 -08:00
parent 88707f37e7
commit e84ddb0d9a
2 changed files with 4 additions and 5 deletions

View file

@ -20,7 +20,9 @@ Notes:
void check_sat_result::set_reason_unknown(event_handler& eh) {
switch (eh.caller_id()) {
case UNSET_EH_CALLER: break;
case UNSET_EH_CALLER:
set_reason_unknown("unclassifed exception");
break;
case CTRL_C_EH_CALLER:
set_reason_unknown("interrupted from keyboard");
break;