public FcmNotificationException(FcmNotification notification, string msg) : base(msg, notification) { Notification = notification; }
public FcmNotificationException(FcmNotification notification, string msg, string description) : base(msg, notification) { Notification = notification; Description = description; }