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

%ignore CVC4::operator<<(std::ostream&, const Exception&);

%include "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback