Skip to content
Snippets Groups Projects
Commit c3411d07 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Catch more errors here

parent 921d4522
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ class FairZ3Solver(val context: LeonContext, val program: Program)
solver.assertCnstr(cl)
}
} catch {
case _: SolverUnsupportedError =>
case _: Unsupported =>
addError()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment