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