CertbotException constructor

CertbotException(
  1. String message, {
  2. String? details,
})

Implementation

CertbotException(this.message, {this.details});