NetworkError constructor

NetworkError()

Implementation

NetworkError()
    : super(
        OpenViduErrorCode.Network,
        "Communication with server failed",
      );