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

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

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