summaryrefslogtreecommitdiff
path: root/src/parser/parser_exception.i
blob: 39f67e6f51a2d578fb310796d056ce896e7de311 (plain)
1
2
3
4
5
6
7
8
%{
#include "parser/parser_exception.h"
%}

%ignore CVC4::parser::ParserException::ParserException(const char*);
%ignore CVC4::parser::ParserEndOfFileException::ParserEndOfFileException(const char*);

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