PopException constructor

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

Creates a new pop exception

Implementation

PopException(this.popClient, this.response, {this.stackTrace})
    : _message = response.toString();