runtime static method

LcpException runtime(
  1. String message
)

An unexpected LCP exception occurred. Please post an issue on r2-lcp-kotlin with the error message and how to reproduce it.

Implementation

static LcpException runtime(String message) =>
    LcpException("r2_lcp_exception_runtime", message: message);