summaryrefslogtreecommitdiff
path: root/src/base/exception.i
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-01-09 22:05:02 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2018-01-09 22:05:02 -0800
commit2e5cc613d280fab1be89d8360250cbc3a1635ac9 (patch)
treeced7d813eec67a32fd3f1b4a1174f5ff00ab1767 /src/base/exception.i
parentff9d2c84dae5eb21a7ef77f5931673fb23129730 (diff)
Cleaning up throw specifiers on Exception and subclasses. (#1475)
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