CeDiscoveryError constructor

const CeDiscoveryError(
  1. String message
)

Creates a new CeDiscoveryError with the given message.

Implementation

const CeDiscoveryError(this.message);