SourceReadException
class SourceReadException(source: Source, span: SourceSpan, cause: Throwable) : PrologLexingException
Wraps a failure thrown while obtaining the next synchronous or asynchronous source chunk.
The original failure is available as cause.