using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EPAServeur.Exceptions { /// /// Exception à jeter quand l'objet détails note contient des valeurs null /// public class NoteInvalideException : Exception { } }