DiscoveryException constructor

const DiscoveryException(
  1. String message
)

Creates a new DiscoveryException with the specified error message.

Implementation

const DiscoveryException(super.message);