SmsSchedulerException constructor

SmsSchedulerException(
  1. String code,
  2. String description
)

Implementation

SmsSchedulerException(this.code, this.description);