NotificationNotSentException constructor

NotificationNotSentException({
  1. String message = "Notification could not be sent",
})

Implementation

NotificationNotSentException({String message = "Notification could not be sent"}) : super(4, message);