DiscoveryException constructor
const
DiscoveryException(
- String message
Creates a new DiscoveryException with the specified error message
.
Implementation
const DiscoveryException(super.message);
Creates a new DiscoveryException with the specified error message
.
const DiscoveryException(super.message);