incrementRetries method

void incrementRetries()

Implementation

void incrementRetries() {
  _retries++;
}