UnterminatedQuotedLiteralException
class UnterminatedQuotedLiteralException(source: Source, span: SourceSpan, quote: Char) : PrologLexingException
Reports a single- or double-quoted literal that reaches EOF without its closing quote.