ServerpodCloudEmailException constructor

ServerpodCloudEmailException(
  1. int statusCode,
  2. String? message
)

Implementation

ServerpodCloudEmailException(this.statusCode, this.message);