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

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

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