diff options
Diffstat (limited to 'lib/qparser/lexer.mli')
-rw-r--r-- | lib/qparser/lexer.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/qparser/lexer.mli b/lib/qparser/lexer.mli index 299fa46..854bb1e 100644 --- a/lib/qparser/lexer.mli +++ b/lib/qparser/lexer.mli @@ -6,7 +6,10 @@ working. *) exception EOF + exception UnclosedQuote +(** Error reported when a string is not closed properly *) + exception LexError of string val discard : Lexbuf.t -> unit |