network static method

LcpException network(
  1. Exception cause
)

A network request failed with the given exception.

Implementation

static LcpException network(Exception cause) =>
    LcpException("r2_lcp_exception_network", cause: cause);