Display error received sending Google Cloud a message

vnext
Paul Schneider 5 years ago
parent c14f749866
commit d96587d95b
1 changed files with 4 additions and 2 deletions

@ -58,7 +58,9 @@ namespace Yavsc.Services
}
}
catch (Exception ex) {
_logger.LogError(ex.Message);
throw new Exception ("Quelque chose s'est mal passé à l'envoi",ex);
}
}

Loading…