diff --git a/lark-stubs/exceptions.pyi b/lark-stubs/exceptions.pyi index 268844c..587d60a 100644 --- a/lark-stubs/exceptions.pyi +++ b/lark-stubs/exceptions.pyi @@ -23,6 +23,8 @@ class LexError(LarkError): T = TypeVar('T') +class UnexpectedEOF(ParseError): + expected: List[Token] class UnexpectedInput(LarkError): line: int