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 public string ProfilPict
{ {
get => picture; get => picture;
set set => picture = value;
{
if (string.IsNullOrWhiteSpace(value))
{
throw new ArgumentNullException("Erreur pour la photo d'utilisateur!");
}
}
} }
/// <summary> /// <summary>

Loading…
Cancel
Save