GoMailerException constructor

const GoMailerException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
})

Implementation

const GoMailerException(this.message, {this.code, this.originalError});