summaryrefslogtreecommitdiff
path: root/src/util/exception.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/exception.i')
-rw-r--r--src/util/exception.i11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/util/exception.i b/src/util/exception.i
deleted file mode 100644
index 422f34b10..000000000
--- a/src/util/exception.i
+++ /dev/null
@@ -1,11 +0,0 @@
-%{
-#include "util/exception.h"
-%}
-
-%ignore CVC4::operator<<(std::ostream&, const Exception&) throw();
-%ignore CVC4::Exception::Exception(const char*) throw();
-%typemap(javabase) CVC4::Exception "java.lang.RuntimeException";
-
-%rename(CVC4IllegalArgumentException) CVC4::IllegalArgumentException;
-
-%include "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback