update picture exception
continuous-integration/drone/push Build is passing Details

pull/35/head^2
Roxane ROSSETTO 2 years ago
parent 474c038874
commit df9577d690

@ -31,13 +31,7 @@ namespace MCTGLib
public string ProfilPict
{
get => picture;
set
{
if (string.IsNullOrWhiteSpace(value))
{
throw new ArgumentNullException("Erreur pour la photo d'utilisateur!");
}
}
set => picture = value;
}
/// <summary>

Loading…
Cancel
Save