PopException constructor
PopException(
- PopClient smtpClient,
- PopResponse response, {
- StackTrace? stackTrace,
Implementation
PopException(this.smtpClient, this.response, {this.stackTrace});