summaryrefslogtreecommitdiff
path: root/src/smt/logic_exception.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-09 19:18:58 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-09 19:18:58 +0000
commitca6647503475fb36827e960d9e01c3f8a04c4ed3 (patch)
treeb951d83522c8d82709abfcd2707298b3a4916d07 /src/smt/logic_exception.i
parent63e4a6775daa1b7a986cc9dec0bd178b7e023c47 (diff)
Bug-fix for a crash involving improperly-thrown exceptions; also, add LogicException for errors where the user uses a feature not permitted in the current logic (e.g., a quantifier in a QF logic)
Diffstat (limited to 'src/smt/logic_exception.i')
-rw-r--r--src/smt/logic_exception.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/smt/logic_exception.i b/src/smt/logic_exception.i
new file mode 100644
index 000000000..9fb859418
--- /dev/null
+++ b/src/smt/logic_exception.i
@@ -0,0 +1,7 @@
+%{
+#include "smt/logic_exception.h"
+%}
+
+%ignore CVC4::LogicException::LogicException(const char*);
+
+%include "smt/Logic_exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback