PopException constructor

PopException(
  1. PopClient smtpClient,
  2. PopResponse response, {
  3. StackTrace? stackTrace,
})

Implementation

PopException(this.smtpClient, this.response, {this.stackTrace});