DiscoveryException constructor

DiscoveryException(
  1. int maxDiscoverAttempts
)

Implementation

DiscoveryException(
  this.maxDiscoverAttempts,
) : message = 'Failed to discover candidate '
          'in $maxDiscoverAttempts attempts.';