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.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/exception.i b/src/util/exception.i
index 52ff28922..ab6284633 100644
--- a/src/util/exception.i
+++ b/src/util/exception.i
@@ -2,7 +2,7 @@
#include "util/exception.h"
%}
-%ignore CVC4::operator<<(std::ostream&, const Exception&);
-%ignore CVC4::Exception::Exception(const char*);
+%ignore CVC4::operator<<(std::ostream&, const Exception&) throw();
+%ignore CVC4::Exception::Exception(const char*) throw();
%include "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback