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