Display error received sending Google Cloud a message
This commit is contained in:
@ -58,7 +58,9 @@ namespace Yavsc.Services
|
||||
}
|
||||
}
|
||||
catch (Exception ex) {
|
||||
throw new Exception ("Quelque chose s'est mal passé à l'envoi",ex);
|
||||
_logger.LogError(ex.Message);
|
||||
throw new Exception ("Quelque chose s'est mal passé à l'envoi",ex);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user