ImapException constructor

ImapException(
  1. ImapClient imapClient,
  2. String? message, {
  3. StackTrace? stackTrace,
  4. dynamic details,
})

Creates a new exception

Implementation

ImapException(this.imapClient, this.message, {this.stackTrace, this.details});