PopException constructor
PopException(
- PopClient popClient,
- PopResponse response, {
- StackTrace? stackTrace,
Creates a new pop exception
Implementation
PopException(this.popClient, this.response, {this.stackTrace})
: _message = response.toString();