namespace CoreLibrary { public class PlateauCodeIncompletException : Exception { public PlateauCodeIncompletException() : base("Le code est incomplet") { } } }