using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp { public class UtilsNomJoueurNullException : Exception { public UtilsNomJoueurNullException() : base("Le nom du joueur est null") { } } }