RelayNotFoundException constructor

RelayNotFoundException(
  1. String relayUrl
)

Thrown when a relay is not found/registered.

Implementation

RelayNotFoundException(this.relayUrl);