summaryrefslogtreecommitdiff
path: root/src/util/exception.i
blob: ab62846333ac5c4be40c1ddc55d6491597c32ab4 (plain)
1
2
3
4
5
6
7
8
%{
#include "util/exception.h"
%}

%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