parsingFailed static method
The publication parser failed with the given underlying exception.
Implementation
static OpeningException parsingFailed(Exception cause) => OpeningException._(
"r2_shared_publication_opening_exception_parsing_failed",
cause: cause);