summaryrefslogtreecommitdiff
path: root/src/parser/smt/smt_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt/smt_input.h')
-rw-r--r--src/parser/smt/smt_input.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/parser/smt/smt_input.h b/src/parser/smt/smt_input.h
index f3f461915..dda4d6348 100644
--- a/src/parser/smt/smt_input.h
+++ b/src/parser/smt/smt_input.h
@@ -72,7 +72,8 @@ protected:
*
* @throws ParserException if an error is encountered during parsing.
*/
- Command* parseCommand() throw(ParserException, AssertionException);
+ Command* parseCommand()
+ throw(ParserException, TypeCheckingException, AssertionException);
/**
* Parse an expression from the input. Returns a null
@@ -80,7 +81,8 @@ protected:
*
* @throws ParserException if an error is encountered during parsing.
*/
- Expr parseExpr() throw(ParserException, AssertionException);
+ Expr parseExpr()
+ throw(ParserException, TypeCheckingException, AssertionException);
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback