fix code smelt
continuous-integration/drone/push Build is passing Details

test_old_branch
Jules LASCRET 11 months ago
parent 69f9b3d404
commit 652dd53046

@ -15,7 +15,7 @@ namespace QwirkleClassLibrary
{
if (p == null)
{
throw new NullReferenceException();
throw new NullReferenceException("player");
}
else
{ PlayerScore = 0;

Loading…
Cancel
Save